mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
1ad73f1b2a
* update samtools version to 1.15 * Update checksums
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: 6e3ca28b3e98dade14992dd7ea5fc886
|
|
|
|
- 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: 985455b573444c3743510d603ed41f8c
|