mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
e937c7950a
* Update README * Rename pytest_software.yml to pytest_modules.yml * Rename main software directory to modules * Remove deprecated modules * Rename tests software to modules * Replace paths for tests in pytest_modules.yml * Replace software with modules in Github Actions * Replace software with modules in main.nf tests * Rename software to modules in test.yml
32 lines
1.4 KiB
YAML
32 lines
1.4 KiB
YAML
- name: subread featurecounts test_subread_featurecounts_forward
|
|
command: nextflow run tests/modules/subread/featurecounts -entry test_subread_featurecounts_forward -c tests/config/nextflow.config
|
|
tags:
|
|
- subread
|
|
- subread/featurecounts
|
|
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/modules/subread/featurecounts -entry test_subread_featurecounts_reverse -c tests/config/nextflow.config
|
|
tags:
|
|
- subread
|
|
- subread/featurecounts
|
|
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/modules/subread/featurecounts -entry test_subread_featurecounts_unstranded -c tests/config/nextflow.config
|
|
tags:
|
|
- subread
|
|
- subread/featurecounts
|
|
files:
|
|
- path: output/subread/test.featureCounts.txt.summary
|
|
md5sum: ee585faeb1edfcd2188a5e486a0e98a9
|
|
- path: output/subread/test.featureCounts.txt
|
|
md5sum: 6b684e11a1e54bec7e1ee5e3f651d7fd
|