mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
f4eab79459
* fix samtools stats thread usage * fix checksums
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/stats
|
|
- samtools
|
|
files:
|
|
- path: output/samtools/test.stats
|
|
md5sum: 5e6fa3805f6d6b330262456746709239
|
|
|
|
- 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.stats
|
|
md5sum: 916a8e5bfd97a53f806e5a14565631bb
|