1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-13 07:43:08 +00:00

Save samtools stats output

This commit is contained in:
Sofia Stamouli 2022-10-28 14:10:24 +02:00
parent 1bd6dbfe58
commit f87131c7b1

View file

@ -233,6 +233,16 @@ process {
]
}
withName: SAMTOOLS_STATS {
ext.prefix = { "${meta.id}_${meta.run_accession}" }
publishDir = [
path: { "${params.outdir}/samtools/stats" },
mode: params.publish_dir_mode,
enabled: params.save_hostremoval_unmapped,
pattern: '*stats'
]
}
withName: BBMAP_BBDUK {
ext.args = [
"entropy=${params.shortread_complexityfilter_entropy}",