nf-core_modules/tests/modules/stringtie/merge/test.yml
Harshil Patel 3c5492b4a3
Fix more version commands (#750)
* Fix outstanding tests

* Fix more version commands

* Fix remaining modules
2021-09-28 06:56:27 +01:00

23 lines
679 B
YAML

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