mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
8372df6fb2
* Update main.nf * Update meta.yml * Re-add logos as not staged in a way that works with MultiQC config files * Add meta to mOTUs merge * Put tests back to use downloaded db * Apply suggestions from code review * Fix test text string * md5sum -> contains * Update nextflow.config
19 lines
675 B
YAML
19 lines
675 B
YAML
- name: motus merge test_motus_merge
|
|
command: nextflow run ./tests/modules/motus/merge -entry test_motus_merge -c ./tests/config/nextflow.config -c ./tests/modules/motus/merge/nextflow.config
|
|
tags:
|
|
- motus
|
|
- motus/merge
|
|
files:
|
|
- path: output/motus/test.txt
|
|
contains:
|
|
- "consensus_taxonomy"
|
|
|
|
- name: motus merge test_motus_merge_biom
|
|
command: nextflow run ./tests/modules/motus/merge -entry test_motus_merge_biom -c ./tests/config/nextflow.config -c ./tests/modules/motus/merge/nextflow.config
|
|
tags:
|
|
- motus
|
|
- motus/merge
|
|
files:
|
|
- path: output/motus/test.biom
|
|
contains:
|
|
- "Biological Observation Matrix 1.0.0"
|