replikation / poreCov

SARS-CoV-2 workflow for nanopore sequence data
https://case-group.github.io/
GNU General Public License v3.0
39 stars 17 forks source link

add pangolin to workflow #1

Closed replikation closed 4 years ago

replikation commented 4 years ago

add this https://github.com/hCoV-2019/pangolin

replikation commented 4 years ago

module infos:

command:

for file in */*.fasta; do pangolin -t 8 $file -o ${file%.*} ; done
# in nextflow
pangolin -t ${task.cpus} ${fasta}  

csv file:

taxon,lineage,SH-alrt,UFbootstrap,lineages_version,status,note
barcode12/ARTIC/medaka,B.1,100,100,2020-04-27,passed_qc,

docker: nanozoo/pangolin:1.0.2--d4db9dd