mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Fix config for tests
This commit is contained in:
parent
089f761f0b
commit
df22cd80df
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ process {
|
|||
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
||||
|
||||
ext.args = "--min_length 10"
|
||||
ext.prefix = "${meta.id}_lr"
|
||||
ext.prefix = "test_lr"
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue