Skip to content

Commit

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

0 comments on commit 7cec124

Please sign in to comment.