mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
18 lines
683 B
YAML
18 lines
683 B
YAML
|
- name: stringtie forward-strand merge
|
||
|
command: nextflow run ./tests/software/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
|
||
|
md5sum: 676aa20a2d7a3db18136cdc7ba183099
|
||
|
|
||
|
- name: stringtie reverse-strand merge
|
||
|
command: nextflow run ./tests/software/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
|
||
|
md5sum: 67e5102722ecaeea1fb44d1ec0953474
|