|
|
@@ -30,12 +30,12 @@ task bamdst { |
|
|
|
} |
|
|
|
|
|
|
|
output { |
|
|
|
File chromosomes.report = "${sample}_chromosomes.report" |
|
|
|
File coverage.report = "${sample}_coverage.report" |
|
|
|
File depth_distribution.plot = "${sample}_depth_distribution.plot" |
|
|
|
File depth.tsv.gz = "${sample}_depth.tsv.gz" |
|
|
|
File insertsize.plot = "${sample}_insertsize.plot" |
|
|
|
File region.tsv.gz = "${sample}_region.tsv.gz" |
|
|
|
File uncover.bed = "${sample}_uncover.bed" |
|
|
|
File chromosomes_report = "${sample}_chromosomes.report" |
|
|
|
File coverage_report = "${sample}_coverage.report" |
|
|
|
File depth_distribution_plot = "${sample}_depth_distribution.plot" |
|
|
|
File depth_tsv_gz = "${sample}_depth.tsv.gz" |
|
|
|
File insertsize_plot = "${sample}_insertsize.plot" |
|
|
|
File region_tsv_gz = "${sample}_region.tsv.gz" |
|
|
|
File uncover_bed = "${sample}_uncover.bed" |
|
|
|
} |
|
|
|
} |