nf-core_modules/tests/modules/custom/sratoolsncbisettings/nextflow.config

9 lines
224 B
Text
Raw Normal View History

2022-05-11 12:17:27 -04:00
params.settings_path = '/tmp/.ncbi'
params.settings_file = "${params.settings_path}/user-settings.mkfg"
process {
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
}