mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
26 lines
894 B
YAML
26 lines
894 B
YAML
- name: motus profile test_motus_profile_single_end
|
|
command: nextflow run tests/modules/motus/profile -entry test_motus_profile_single_end -c tests/config/nextflow.config
|
|
tags:
|
|
- motus
|
|
- motus/profile
|
|
files:
|
|
- path: output/motus/test.out
|
|
contains: ["#consensus_taxonomy\ttest"]
|
|
|
|
- name: motus profile test_motus_profile_paired_end
|
|
command: nextflow run tests/modules/motus/profile -entry test_motus_profile_paired_end -c tests/config/nextflow.config
|
|
tags:
|
|
- motus
|
|
- motus/profile
|
|
files:
|
|
- path: output/motus/test.out
|
|
contains: ["#consensus_taxonomy\ttest"]
|
|
|
|
- name: motus profile test_motus_profile_bam
|
|
command: nextflow run tests/modules/motus/profile -entry test_motus_profile_bam -c tests/config/nextflow.config
|
|
tags:
|
|
- motus
|
|
- motus/profile
|
|
files:
|
|
- path: output/motus/test.out
|
|
contains: ["#consensus_taxonomy\ttest"]
|