mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
e751e5040a
* Bump software versions for viralrecon modules * Remove custom params.save_unaligned from bowtie2_align * Unify samtools modules and error if input and output names are the same * Fix ALL the tests
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: 09146eeecfcae2a84fb8615c86cd8d64
|
|
|
|
- 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: ab49e7380714b7033e374ba1114e5e54
|