mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05:00
Update pytests
This commit is contained in:
parent
8d86988632
commit
da93beaf60
2 changed files with 10 additions and 13 deletions
|
@ -1,5 +1,6 @@
|
||||||
process {
|
process {
|
||||||
|
|
||||||
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }
|
||||||
|
ext.args = 'k=21'
|
||||||
}
|
|
||||||
|
}
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
## TODO nf-core: Please run the following command to build this file:
|
- name: meryl histogram test_meryl_histogram
|
||||||
# nf-core modules create-test-yml meryl/histogram
|
command: nextflow run tests/modules/meryl/histogram -entry test_meryl_histogram -c tests/config/nextflow.config
|
||||||
- name: "meryl histogram"
|
|
||||||
command: nextflow run ./tests/modules/meryl/histogram -entry test_meryl_histogram -c ./tests/config/nextflow.config -c ./tests/modules/meryl/histogram/nextflow.config
|
|
||||||
tags:
|
tags:
|
||||||
- "meryl"
|
- meryl/histogram
|
||||||
#
|
- meryl
|
||||||
- "meryl/histogram"
|
|
||||||
#
|
|
||||||
files:
|
files:
|
||||||
- path: "output/meryl/test.bam"
|
- path: output/meryl/test.hist
|
||||||
md5sum: e667c7caad0bc4b7ac383fd023c654fc
|
md5sum: 4bfdc8b287ee0cfd9922bbfa8cd64650
|
||||||
- path: output/meryl/versions.yml
|
- path: output/meryl/versions.yml
|
||||||
md5sum: a01fe51bc4c6a3a6226fbf77b2c7cf3b
|
md5sum: 050038f1b1df79977a393cce1b4b2ddb
|
||||||
|
|
Loading…
Reference in a new issue