mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 22:23:09 +00:00
9 lines
261 B
Text
9 lines
261 B
Text
|
process {
|
||
|
|
||
|
publishDir = { "${params.outdir}/${task.process.tokenize(":")[-1].tokenize("_")[0].toLowerCase()}" }
|
||
|
|
||
|
withName: ENTREZDIRECT_ESEARCHP {
|
||
|
ext.args = '-sort pub+date -datetype pdat -mindate 2021/06/20 -maxdate 2022/06/20 -spell'
|
||
|
}
|
||
|
}
|