mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
1de4bd46b7
* Add merqury files * Remove md5sum for completeness stats file * update container and test output * Update modules/merqury/meta.yml Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com> * Explicitly set thread usage for meryl * Remove empty file md5sum Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com>
10 lines
217 B
Text
10 lines
217 B
Text
process {
|
|
|
|
withName: 'MERQURY' {
|
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
|
}
|
|
|
|
withName: 'MERYL_COUNT' {
|
|
ext.args = 'k=21'
|
|
}
|
|
}
|