mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
242fdb2f73
* Version bumps and minor module updates * Fix Pangolin tests * Fix SPAdes tests * stageAs @phue
25 lines
926 B
YAML
25 lines
926 B
YAML
- name: spades single end
|
|
command: nextflow run ./tests/software/spades -entry test_spades_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- spades
|
|
- spades_single_end
|
|
files:
|
|
- path: output/spades/test.assembly.gfa
|
|
md5sum: b2616d2beba83ab7d361b54778d1e759
|
|
- path: output/spades/test.contigs.fa
|
|
md5sum: 2690fefde046bc904e90df09a065257a
|
|
- path: output/spades/test.scaffolds.fa
|
|
md5sum: 2690fefde046bc904e90df09a065257a
|
|
- path: output/spades/test.spades.log
|
|
|
|
- name: spades paired end
|
|
command: nextflow run ./tests/software/spades -entry test_spades_paired_end -c tests/config/nextflow.config
|
|
tags:
|
|
- spades
|
|
- spades_paired_end
|
|
files:
|
|
- path: output/spades/test.assembly.gfa
|
|
md5sum: faf76135ee390606b899c0197dc38e04
|
|
- path: output/spades/test.contigs.fa
|
|
md5sum: 6148e25b33890c80f176f90f2dd88989
|
|
- path: output/spades/test.spades.log
|