We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153bc09 commit ee1ba7fCopy full SHA for ee1ba7f
1 file changed
modules/local/wakhan/main.nf
@@ -32,8 +32,8 @@ process WAKHAN {
32
tuple val(meta), path("coverage_plots/*.pdf") , emit: coverage_plots_pdf
33
tuple val(meta), path("phasing_output/*.html") , emit: phasing_html
34
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
+ tuple val(meta), path("phasing_output/*rephased.vcf.gz") , emit: rephased_vcf
+ tuple val(meta), path("phasing_output/*rephased.vcf.gz.csi") , emit: rephased_vcf_index
37
tuple val(meta), path("snps_loh_plots/*_genome_snps_ratio_loh.html") , emit: snps_loh_plot, optional: true
38
tuple val(meta), path("solutions_ranks.tsv") , emit: solutions_ranks
39
// WARN: Manually update version information as tool does not provide on CLI
0 commit comments