mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 22:23:09 +00:00
c9b29c7686
* Add eido/convert module * Run prettier * Update modules/eido/convert/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/eido/convert/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update extension format Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
7 lines
194 B
Text
7 lines
194 B
Text
process {
|
|
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
withName: 'EIDO_CONVERT' {
|
|
ext.args = '--st-index sample'
|
|
}
|
|
}
|