Skip to content
Snippets Groups Projects
Unverified Commit 8891d227 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

SNP_calling.nf: fix missing report for samtools SNP

parent 120cb2a7
No related branches found
No related tags found
No related merge requests found
......@@ -352,7 +352,6 @@ process samtools_SNP_tumor {
output:
set file_id_tumor, "*.vcf" into vcf_files_tumor
file "*_samtools_SNP_report.txt" into samptools_SNP_report_tumor
script:
"""
......@@ -377,7 +376,6 @@ process samtools_SNP_norm {
output:
set file_id_norm, "*.vcf" into vcf_files_norm
file "*_samtools_SNP_report.txt" into samtools_SNP_report_norm
script:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment