mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
d8ba32c6b5
* Working version of somalier relate * few changes * new changes * corrected test.yml * updated container paths and file paths * changed container and inputFile paths * changed left padding * requested changes * Update modules/somalier/relate/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/somalier/relate/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/somalier/relate/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/somalier/relate/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/somalier/relate/meta.yml Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/somalier/relate/meta.yml Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/somalier/relate/meta.yml Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * requested changes * requested changes Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
9 lines
240 B
Text
9 lines
240 B
Text
params.prefix = ""
|
|
|
|
process {
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
|
|
withName:SOMALIER_RELATE {
|
|
ext.prefix = { params.prefix ? "${params.prefix}." : ""}
|
|
}
|
|
}
|