mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
d0240fee1e
* update manta to enable jointcalling * fix lint errors * fix error * update comment * remove comment * suggestions from code review * add stub
36 lines
1.7 KiB
YAML
36 lines
1.7 KiB
YAML
- name: manta germline
|
|
command: nextflow run ./tests/modules/manta/germline -entry test_manta_germline -c ./tests/config/nextflow.config -c ./tests/modules/manta/germline/nextflow.config
|
|
tags:
|
|
- manta
|
|
- manta/germline
|
|
files:
|
|
- path: output/manta/test.candidate_small_indels.vcf.gz
|
|
- path: output/manta/test.candidate_small_indels.vcf.gz.tbi
|
|
- path: output/manta/test.candidate_sv.vcf.gz
|
|
- path: output/manta/test.candidate_sv.vcf.gz.tbi
|
|
- path: output/manta/test.diploid_sv.vcf.gz
|
|
- path: output/manta/test.diploid_sv.vcf.gz.tbi
|
|
- name: manta germline target bed
|
|
command: nextflow run ./tests/modules/manta/germline -entry test_manta_germline_target_bed -c ./tests/config/nextflow.config -c ./tests/modules/manta/germline/nextflow.config
|
|
tags:
|
|
- manta
|
|
- manta/germline
|
|
files:
|
|
- path: output/manta/test.candidate_small_indels.vcf.gz
|
|
- path: output/manta/test.candidate_small_indels.vcf.gz.tbi
|
|
- path: output/manta/test.candidate_sv.vcf.gz
|
|
- path: output/manta/test.candidate_sv.vcf.gz.tbi
|
|
- path: output/manta/test.diploid_sv.vcf.gz
|
|
- path: output/manta/test.diploid_sv.vcf.gz.tbi
|
|
- name: manta germline target bed jointcalling
|
|
command: nextflow run ./tests/modules/manta/germline -entry test_manta_germline_target_bed_jointcalling -c ./tests/config/nextflow.config -c ./tests/modules/manta/germline/nextflow.config
|
|
tags:
|
|
- manta
|
|
- manta/germline
|
|
files:
|
|
- path: output/manta/test.candidate_small_indels.vcf.gz
|
|
- path: output/manta/test.candidate_small_indels.vcf.gz.tbi
|
|
- path: output/manta/test.candidate_sv.vcf.gz
|
|
- path: output/manta/test.candidate_sv.vcf.gz.tbi
|
|
- path: output/manta/test.diploid_sv.vcf.gz
|
|
- path: output/manta/test.diploid_sv.vcf.gz.tbi
|