mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
378fa5fbb4
* initial version of gamma module * remove trailing whitespace * prettier fix * hardcode version number * Update modules/gamma/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/gamma/main.nf Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> * Update modules/gamma/meta.yml Co-authored-by: Robert A. Petit III <robbie.petit@gmail.com> * update meta and prettier * add whitespaces * add fasta output and tests Co-authored-by: Robert A. Petit III <robbie.petit@gmail.com> Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
7 lines
145 B
Text
7 lines
145 B
Text
process {
|
|
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
|
|
ext.args = '--fasta'
|
|
|
|
}
|