nf-core_modules/tests/modules/stringtie/merge/test.yml
Jose Espinosa-Carrasco 217303f5c1
Add option -p to set the # of cpus on stringtie (#601)
* Add option -p  to set  the # of cpus on stringtie

* Bump version 2.1.7 to stringtie modules

* Output stringtie/merge version

* Fix padding

* Apply suggestions from code review

* Defining software variable

* Fix test, gff can't be md5 check, contains instead

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-07-21 15:38:40 +02:00

23 lines
717 B
YAML

- 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'