nf-core_modules/tests/modules/gatk4/variantfiltration/test.yml
Matthias Hörtenhuber e745e167c1
Fix formatting in yaml files, add yamllint config (#1279)
* fix yml formatting

* allow fastq.gz and fq.gz as file input, add meta.yml and test

* fix yaml files

* Revert "allow fastq.gz and fq.gz as file input, add meta.yml and test"

This reverts commit 34002d7a7a8c7f7bb4600c3377f35c87849f71a4.

* prettier magic!

* fix comments for yamllint

* remove node version number

* fix linting errors

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2022-02-15 11:15:27 +00:00

25 lines
1.2 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
- 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