1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-10 22:23:10 +00:00

Fix the amount of left-padding spaces

This commit is contained in:
Sofia Stamouli 2022-10-18 17:50:49 +02:00
parent 0481bb9449
commit 7881ba9aef

View file

@ -41,7 +41,7 @@ process {
} }
withName: FALCO { withName: FALCO {
ext.prefix = { "${meta.id}_${meta.run_accession}_raw" } ext.prefix = { "${meta.id}_${meta.run_accession}_raw" }
publishDir = [ publishDir = [
path: { "${params.outdir}/falco/raw" }, path: { "${params.outdir}/falco/raw" },
mode: params.publish_dir_mode, mode: params.publish_dir_mode,