Skip to content

Commit

Permalink
Fixed additional annot subworkflow for new modules version
Browse files Browse the repository at this point in the history
  • Loading branch information
svarona committed Jan 18, 2024
1 parent ba86890 commit 257ed47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions subworkflows/local/additional_annot.nf
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ workflow ADDITIONAL_ANNOT {

VCF_BGZIP_TABIX_STATS (
SNPEFF_ANN.out.vcf,
[],
[],
[]
[ [:], [] ],
[ [:], [] ],
[ [:], [] ]
)
ch_versions = ch_versions.mix(VCF_BGZIP_TABIX_STATS.out.versions)

Expand All @@ -66,7 +66,7 @@ workflow ADDITIONAL_ANNOT {
ch_versions = ch_versions.mix(BCFTOOLS_QUERY.out.versions.first())

MAKE_VARIANTS_LONG_TABLE_ADDITIONAL (
BCFTOOLS_QUERY.out.txt.collect{it[1]},
BCFTOOLS_QUERY.out.output.collect{it[1]},
SNPSIFT_EXTRACTFIELDS.out.txt.collect{it[1]}.ifEmpty([]),
pangolin.collect{it[1]}.ifEmpty([])
)
Expand Down

0 comments on commit 257ed47

Please sign in to comment.