mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 14:29:55 +00:00
Save samtools stats output
This commit is contained in:
parent
1bd6dbfe58
commit
f87131c7b1
1 changed files with 10 additions and 0 deletions
|
@ -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 {
|
withName: BBMAP_BBDUK {
|
||||||
ext.args = [
|
ext.args = [
|
||||||
"entropy=${params.shortread_complexityfilter_entropy}",
|
"entropy=${params.shortread_complexityfilter_entropy}",
|
||||||
|
|
Loading…
Reference in a new issue