Skip to content

Commit ee1ba7f

Browse files
authored
Fix path pattern for rephased VCF files
Missing output file(s) `phasing_output/*.rephased.vcf.gz` expected by process `INTGENOMICSLAB_LRSOMATIC:LRSOMATIC:WAKHAN
1 parent 153bc09 commit ee1ba7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/local/wakhan/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ process WAKHAN {
3232
tuple val(meta), path("coverage_plots/*.pdf") , emit: coverage_plots_pdf
3333
tuple val(meta), path("phasing_output/*.html") , emit: phasing_html
3434
tuple val(meta), path("phasing_output/*.pdf") , emit: phasing_pdf
35-
tuple val(meta), path("phasing_output/*.rephased.vcf.gz") , emit: rephased_vcf
36-
tuple val(meta), path("phasing_output/*.rephased.vcf.gz.csi") , emit: rephased_vcf_index
35+
tuple val(meta), path("phasing_output/*rephased.vcf.gz") , emit: rephased_vcf
36+
tuple val(meta), path("phasing_output/*rephased.vcf.gz.csi") , emit: rephased_vcf_index
3737
tuple val(meta), path("snps_loh_plots/*_genome_snps_ratio_loh.html") , emit: snps_loh_plot, optional: true
3838
tuple val(meta), path("solutions_ranks.tsv") , emit: solutions_ranks
3939
// WARN: Manually update version information as tool does not provide on CLI

0 commit comments

Comments
 (0)