mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
ecece498f1
* use prefix in flagstat * use prefix in idxstats * use prefix in stats * update test.yml
17 lines
709 B
YAML
17 lines
709 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
|
|
- samtools/stats
|
|
files:
|
|
- path: output/samtools/test.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
|
|
- samtools/stats
|
|
files:
|
|
- path: output/samtools/test.stats
|
|
md5sum: 103cd7b19743c42dab9ce570144c6f36
|