Skip to content

Commit

Permalink
Update annotate_mt_snvs.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn authored Sep 13, 2024
1 parent 7cec124 commit 36ab790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/annotate_mt_snvs.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ workflow ANNOTATE_MT_SNVS {
ch_genome_fasta // channel: [mandatory] [ val(meta), path(fasta) ]
ch_vcfanno_extra // channel: [mandatory] [ [path(vcf),path(index).....] ]
ch_vcfanno_lua // channel: [mandatory] [ path(lua) ]
ch_vcfanno_resources // channel: [mandatory] [ [path(vcf),path(index),.....] ]
ch_vcfanno_resources // channel: [mandatory] [ [path(vcf1),path(index1),...,path(vcfn),path(indexn)] ]
ch_vcfanno_toml // channel: [mandatory] [ path(toml) ]
val_vep_genome // string: [mandatory] GRCh37 or GRCh38
val_vep_cache_version // string: [mandatory] 107
Expand Down

0 comments on commit 36ab790

Please sign in to comment.