nf-core_modules/tests/modules/stringtie/merge/test.yml

24 lines
717 B
YAML
Raw Normal View History

- name: stringtie forward-strand merge
command: nextflow run ./tests/modules/stringtie/merge/ -entry test_stringtie_forward_merge -c tests/config/nextflow.config
tags:
- stringtie
- stringtie/merge
files:
- path: ./output/test_stringtie_forward_merge/stringtie.merged.gtf
contains:
- 'stringtie'
- 'merge'
- 'chr22'
- name: stringtie reverse-strand merge
command: nextflow run ./tests/modules/stringtie/merge/ -entry test_stringtie_reverse_merge -c tests/config/nextflow.config
tags:
- stringtie
- stringtie/merge
files:
- path: ./output/test_stringtie_reverse_merge/stringtie.merged.gtf
contains:
- 'stringtie'
- 'merge'
- 'chr22'