mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
b6ed584443
* Add saving of stderr output as a log file as it contains summary statistics * Apply suggestions from code review
10 lines
377 B
YAML
10 lines
377 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"]
|
|
- path: output/motus/test.log
|
|
contains: ["Finished computation"]
|