1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 05:22:04 +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 {
ext.prefix = { "${meta.id}_${meta.run_accession}_raw" }
ext.prefix = { "${meta.id}_${meta.run_accession}_raw" }
publishDir = [
path: { "${params.outdir}/falco/raw" },
mode: params.publish_dir_mode,