mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:13:10 +00:00
Fix the amount of left-padding spaces
This commit is contained in:
parent
0481bb9449
commit
7881ba9aef
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue