mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
aa97b1be3e
* create transdecoder/longorf module * module transdecoder * main.nf * transdecoder/longorf ready to PR * review comments update * transdecoder/predict module create * test transdecoder/predict module * fix pytest * pytest passed * removed whitespace * Update meta.yml * Update meta.yml Co-authored-by: Danilo Di Leo <danilo.dileo@lnu.se> Co-authored-by: Daniel Lundin <erik.rikard.daniel@gmail.com>
5 lines
No EOL
122 B
Text
5 lines
No EOL
122 B
Text
process {
|
|
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
|
|
} |