mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 13:43:09 +00:00
13 lines
473 B
YAML
13 lines
473 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/motus_merged.txt
|
||
|
contains: ["#consensus_taxonomy"]
|
||
|
- path: output/motus/test.out
|
||
|
contains: ["#consensus_taxonomy"]
|
||
|
- path: output/motus/test2.out
|
||
|
contains: ["#consensus_taxonomy"]
|