2021-05-03 05:18:51 +00:00
|
|
|
- name: stringtie forward-strand merge
|
2021-07-07 09:10:18 +00:00
|
|
|
command: nextflow run ./tests/modules/stringtie/merge/ -entry test_stringtie_forward_merge -c tests/config/nextflow.config
|
2021-05-03 05:18:51 +00:00
|
|
|
tags:
|
|
|
|
- stringtie
|
|
|
|
- stringtie/merge
|
|
|
|
files:
|
|
|
|
- path: ./output/test_stringtie_forward_merge/stringtie.merged.gtf
|
2021-07-21 13:38:40 +00:00
|
|
|
contains:
|
|
|
|
- 'stringtie'
|
|
|
|
- 'merge'
|
|
|
|
- 'chr22'
|
2021-05-03 05:18:51 +00:00
|
|
|
|
|
|
|
- name: stringtie reverse-strand merge
|
2021-07-07 09:10:18 +00:00
|
|
|
command: nextflow run ./tests/modules/stringtie/merge/ -entry test_stringtie_reverse_merge -c tests/config/nextflow.config
|
2021-05-03 05:18:51 +00:00
|
|
|
tags:
|
|
|
|
- stringtie
|
|
|
|
- stringtie/merge
|
|
|
|
files:
|
|
|
|
- path: ./output/test_stringtie_reverse_merge/stringtie.merged.gtf
|
2021-07-21 13:38:40 +00:00
|
|
|
contains:
|
|
|
|
- 'stringtie'
|
|
|
|
- 'merge'
|
|
|
|
- 'chr22'
|