mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
1d874bb0d0
* initial 'modules create' of minia * fixed tests * finished meta.yml * fixed filters.yml * resolved issues in pytest_software.yml * add newline * Update software/minia/main.nf * fixing a bunch of module tests * remove vscode * fixed minia * added rseqc/bamstat tests * added tests/meta.yml for rseqc/inferexperiment * added test/meta.yml for rseqc/inner_distances * added meta.yml and tests/main.nf for junctionannotation (test not running) * added test/meta.yml for rseqc/readdistribution * finished test/meta.yml for rseqc/readduplication * added entries to pytest_software.yml Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
15 lines
682 B
YAML
15 lines
682 B
YAML
- name: rseqc innerdistance test_rseqc_innerdistance
|
|
command: nextflow run tests/software/rseqc/innerdistance -entry test_rseqc_innerdistance -c tests/config/nextflow.config
|
|
tags:
|
|
- rseqc
|
|
- rseqc/innerdistance
|
|
files:
|
|
- path: output/rseqc/test.inner_distance.txt
|
|
md5sum: a1acc9def0f64a5500d4c4cb47cbe32b
|
|
- path: output/rseqc/test.inner_distance_freq.txt
|
|
md5sum: 3fc037501f5899b5da009c8ce02fc25e
|
|
- path: output/rseqc/test.inner_distance_mean.txt
|
|
md5sum: 58398b7d5a29a5e564f9e3c50b55996c
|
|
- path: output/rseqc/test.inner_distance_plot.pdf
|
|
- path: output/rseqc/test.inner_distance_plot.r
|
|
md5sum: 5859fbd5b42046d47e8b9aa85077f4ea
|