Skip to content
Snippets Groups Projects
Verified Commit a7358e47 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

samtools: rename flagstat log for multiqc

parent 6a448ad6
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,7 @@ process stats_bam {
tuple val(file_id), path("*.tsv"), emit: tsv
script:
"""
samtools flagstat -@ ${task.cpus} ${params.stats_bam} -O tsv ${bam} > ${bam.simpleName}_stats.tsv
samtools flagstat -@ ${task.cpus} ${params.stats_bam} -O tsv ${bam} > ${bam.simpleName}.flagstat.txt
"""
}
......
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