1
0
Fork 0
mirror of https://github.com/MillironX/nf-core_modules.git synced 2025-01-12 16:44:08 -05:00
nf-core_modules/tests/modules/custom/sratoolsncbisettings/nextflow.config
2022-05-11 18:17:27 +02:00

8 lines
224 B
Text

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()}" }
}