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