mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
409af2f27c
* feat: code polishing * Apply suggestions from code review Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de> * code polishing * more code polishing * code polishing * tests for applybqsrspark * fix typo * no need to check md5sum for versions.yml * fix: use correct syntax * code polishing again * add tests for markduplicatesspark * simplify mergevcfs tests * add tests for baserecalibratorspark * fix: path to entry * code polishing * fix linting * simplify module * update meta.yml * fix pair mode * fix: MITO mode * more tests * fix command * bad copy paste * fix typos * fix tests * fix test * update meta.yml * correct versions.yml in all test.yml * code polishing * code polishing * more code polishing * fix args * add tmpdir for all Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
27 lines
1.3 KiB
YAML
27 lines
1.3 KiB
YAML
- name: gatk4 variantfiltration test_gatk4_variantfiltration_vcf_input
|
|
command: nextflow run ./tests/modules/gatk4/variantfiltration -entry test_gatk4_variantfiltration_vcf_input -c ./tests/config/nextflow.config -c ./tests/modules/gatk4/variantfiltration/nextflow.config
|
|
tags:
|
|
- gatk4/variantfiltration
|
|
- gatk4
|
|
files:
|
|
- path: output/gatk4/test.filtered.vcf.gz
|
|
contains:
|
|
[
|
|
"BaseQRankSum=-1.318;DP=17;ExcessHet=3.0103;MLEAC=1,0,0;MLEAF=0.500,0.00,0.00;MQRankSum=0.000;RAW_MQandDP=61200,17;ReadPosRankSum=2.365",
|
|
]
|
|
- path: output/gatk4/test.filtered.vcf.gz.tbi
|
|
- path: output/gatk4/versions.yml
|
|
|
|
- name: gatk4 variantfiltration test_gatk4_variantfiltration_gz_input
|
|
command: nextflow run ./tests/modules/gatk4/variantfiltration -entry test_gatk4_variantfiltration_gz_input -c ./tests/config/nextflow.config -c ./tests/modules/gatk4/variantfiltration/nextflow.config
|
|
tags:
|
|
- gatk4/variantfiltration
|
|
- gatk4
|
|
files:
|
|
- path: output/gatk4/test.filtered.vcf.gz
|
|
contains:
|
|
[
|
|
"BaseQRankSum=-1.318;DP=17;ExcessHet=3.0103;MLEAC=1,0,0;MLEAF=0.500,0.00,0.00;MQRankSum=0.000;RAW_MQandDP=61200,17;ReadPosRankSum=2.365",
|
|
]
|
|
- path: output/gatk4/test.filtered.vcf.gz.tbi
|
|
- path: output/gatk4/versions.yml
|