Skip to content

Commit

Permalink
remove gvcf vcfs from csv for restart
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Jul 11, 2023
1 parent c36a726 commit 81dde8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workflows/sarek.nf
Original file line number Diff line number Diff line change
Expand Up @@ -1065,8 +1065,6 @@ workflow SAREK {
reports = reports.mix(VCF_QC_BCFTOOLS_VCFTOOLS.out.vcftools_tstv_qual.collect{ meta, qual -> qual })
reports = reports.mix(VCF_QC_BCFTOOLS_VCFTOOLS.out.vcftools_filter_summary.collect{ meta, summary -> summary })

vcf_to_csv = vcf_to_annotate.mix(BAM_VARIANT_CALLING_GERMLINE_ALL.out.gvcf_sentieon_haplotyper)

CHANNEL_VARIANT_CALLING_CREATE_CSV(vcf_to_csv)

This comment has been minimized.

Copy link
@asp8200

asp8200 Jul 11, 2023

Contributor

I'm afraid this leaves vcf_to_csv undefined, but I could be wrong.


// Gather used variant calling softwares versions
Expand Down

0 comments on commit 81dde8c

Please sign in to comment.