Skip to content
Snippets Groups Projects
Commit 0df6b1ec authored by Jules Sabban's avatar Jules Sabban
Browse files

STAR logs are now kept

	Ref: #80
parent 34ac62d8
No related branches found
No related tags found
1 merge request!14Change way to build the params.outdir_prefix
Pipeline #124036 failed
......@@ -165,6 +165,12 @@ process {
memory = { 20.GB * task.attempt }
cpus = 2
time = { 1.d * task.attempt }
publishDir = [
path: "${params.outdir}/AlignmentStats",
mode: 'copy',
pattern: '*.log'
]
}
// ----- 16S/Amplicon ----- //
......
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