Fix config for tests

This commit is contained in:
James Fellows Yates 2022-05-31 20:07:52 +02:00
parent 089f761f0b
commit df22cd80df

View file

@ -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"
}