mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
454e0acc09
* update tests * update * update * make the manta inputs consistant for germline/somatic/tumoronly * match chromosomes to cram file (chr21) * undo genotypegvfs * undo genotypegvfs * include intervals * update md5 with interval Co-authored-by: Smith Nicholas <smith@in.tum.de>
19 lines
721 B
YAML
19 lines
721 B
YAML
- name: samtools mpileup test_samtools_mpileup
|
|
command: nextflow run tests/modules/samtools/mpileup -entry test_samtools_mpileup -c tests/config/nextflow.config
|
|
tags:
|
|
- samtools
|
|
- samtools/mpileup
|
|
files:
|
|
- path: output/samtools/test.mpileup.gz
|
|
md5sum: 29455c36377196e8bc9cf831cf17b5dc
|
|
- path: output/samtools/versions.yml
|
|
|
|
- name: samtools mpileup test_samtools_mpileup_intervals
|
|
command: nextflow run tests/modules/samtools/mpileup -entry test_samtools_mpileup_intervals -c tests/config/nextflow.config
|
|
tags:
|
|
- samtools
|
|
- samtools/mpileup
|
|
files:
|
|
- path: output/samtools/test.mpileup.gz
|
|
md5sum: d0538ec23b294245748ced92484b9a8d
|
|
- path: output/samtools/versions.yml
|