mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
653e9e05b1
* add module for dragonflye * fix tests for dragonflye * Update test.yml * Update meta.yml * Update main.nf * Update main.nf * Update modules/dragonflye/meta.yml Co-authored-by: Gregor Sturm <mail@gregor-sturm.de>
25 lines
1,011 B
YAML
25 lines
1,011 B
YAML
- name: dragonflye with miniasm
|
|
command: nextflow run ./tests/modules/dragonflye -entry test_dragonflye -c tests/config/nextflow.config
|
|
tags:
|
|
- dragonflye
|
|
files:
|
|
- path: output/dragonflye/miniasm.fasta
|
|
md5sum: 6b8903ba09592df99f43ed05fda488f6
|
|
- path: output/dragonflye/miniasm-unpolished.gfa
|
|
md5sum: 40ab03a417eafab0cb4ac2c32bd006e1
|
|
# MD5sum not reproducible (timestamp, contig order)
|
|
- path: output/dragonflye/contigs.fa
|
|
- path: output/dragonflye/dragonflye.log
|
|
|
|
- name: dragonflye with raven
|
|
command: nextflow run ./tests/modules/dragonflye -entry test_dragonflye_raven -c tests/config/nextflow.config
|
|
tags:
|
|
- dragonflye
|
|
files:
|
|
- path: output/dragonflye/raven.fasta
|
|
md5sum: bd4ba5b0dda110a7ccbea9581c97a898
|
|
- path: output/dragonflye/raven-unpolished.gfa
|
|
md5sum: 62c21791dbf9b2c7375dc52d7bab5be2
|
|
# MD5sum not reproducible (timestamp, contig order)
|
|
- path: output/dragonflye/contigs.fa
|
|
- path: output/dragonflye/dragonflye.log
|