Skip to content

Commit ad67e7d

Browse files
jonasscheidmapo9
andauthored
epitopeprediction.nf aktualisieren
Co-authored-by: Mark Polster <58596435+mapo9@users.noreply.github.com>
1 parent ee14ecb commit ad67e7d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

workflows/epitopeprediction.nf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ workflow EPITOPEPREDICTION {
7979
ch_variants_uncompressed = GUNZIP_VCF.out.gunzip.mix( ch_samplesheet.variant_uncompressed )
8080

8181
// Generate Variant Stats for QC report
82-
BCFTOOLS_STATS(ch_variants_uncompressed.map{ meta, vcf -> [ meta, vcf, [] ] }, [[:],[]], [[:],[]], [[:],[]], [[:],[]], [[:],[]])
82+
BCFTOOLS_STATS(
83+
ch_variants_uncompressed
84+
.map{ meta, vcf -> [ meta, vcf, [] ] }, [[:],[]], [[:],[]], [[:],[]], [[:],[]], [[:],[]])
8385
ch_versions = ch_versions.mix(BCFTOOLS_STATS.out.versions)
8486
ch_multiqc_files = ch_multiqc_files.mix(BCFTOOLS_STATS.out.stats.collect{ meta, stats -> stats })
8587

0 commit comments

Comments
 (0)