mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
5e18e36895
* Fixes for PR 371 * Fix tags * Add md5sum * Add md5sums for stringtie * Fix tests for modules where subtool = build * Fix pytest_software name conflicts * Change _ to / in test.yml tags * Nope...that didnt work * Fix sequenzautils/bam2seqz tests
35 lines
1.5 KiB
YAML
35 lines
1.5 KiB
YAML
- name: subread featurecounts test_subread_featurecounts_forward
|
|
command: nextflow run tests/software/subread/featurecounts -entry test_subread_featurecounts_forward -c tests/config/nextflow.config
|
|
tags:
|
|
- subread
|
|
- subread/featurecounts
|
|
- subread_featurecounts_forward
|
|
files:
|
|
- path: output/subread/test.featureCounts.txt.summary
|
|
md5sum: d78617192451a57f6ef249ddcaf13720
|
|
- path: output/subread/test.featureCounts.txt
|
|
md5sum: b0a1f7563afe49007f422d4c9ca5ee6c
|
|
|
|
- name: subread featurecounts test_subread_featurecounts_reverse
|
|
command: nextflow run tests/software/subread/featurecounts -entry test_subread_featurecounts_reverse -c tests/config/nextflow.config
|
|
tags:
|
|
- subread
|
|
- subread/featurecounts
|
|
- subread_featurecounts_reverse
|
|
files:
|
|
- path: output/subread/test.featureCounts.txt.summary
|
|
md5sum: 4217004d0b55f870f77092364f59e44d
|
|
- path: output/subread/test.featureCounts.txt
|
|
md5sum: 412840a8880cd29674b3d5404d3de19b
|
|
|
|
- name: subread featurecounts test_subread_featurecounts_unstranded
|
|
command: nextflow run tests/software/subread/featurecounts -entry test_subread_featurecounts_unstranded -c tests/config/nextflow.config
|
|
tags:
|
|
- subread
|
|
- subread/featurecounts
|
|
- subread_featurecounts_unstranded
|
|
files:
|
|
- path: output/subread/test.featureCounts.txt.summary
|
|
md5sum: ee585faeb1edfcd2188a5e486a0e98a9
|
|
- path: output/subread/test.featureCounts.txt
|
|
md5sum: 6b684e11a1e54bec7e1ee5e3f651d7fd
|