mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
897c33d5da
* Fix typo * update version to 1.15.1 * Fix md5sums * update mulled containers * update md5sums * update md5sums
17 lines
765 B
YAML
17 lines
765 B
YAML
- name: samtools stats test_samtools_stats
|
|
command: nextflow run ./tests/modules/samtools/stats -entry test_samtools_stats -c ./tests/config/nextflow.config -c ./tests/modules/samtools/stats/nextflow.config
|
|
tags:
|
|
- samtools/stats
|
|
- samtools
|
|
files:
|
|
- path: output/samtools/test.paired_end.sorted.bam.stats
|
|
md5sum: c1e9ad551281b0bca32be1c832d125af
|
|
|
|
- name: samtools stats test_samtools_stats_cram
|
|
command: nextflow run ./tests/modules/samtools/stats -entry test_samtools_stats_cram -c ./tests/config/nextflow.config -c ./tests/modules/samtools/stats/nextflow.config
|
|
tags:
|
|
- samtools/stats
|
|
- samtools
|
|
files:
|
|
- path: output/samtools/test.paired_end.recalibrated.sorted.cram.stats
|
|
md5sum: 103cd7b19743c42dab9ce570144c6f36
|