mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
test path update
This commit is contained in:
parent
3af61cfbbc
commit
a8de9fd085
2 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
- name: gatk4 cnnscorevariants test_gatk4_cnnscorevariants
|
||||
command: nextflow run ./tests/modules/gatk4/cnnscorevariants -entry test_gatk4_cnnscorevariants -c ./tests/config/nextflow.config -c ./tests/modules/gatk4/cnnscorevariants/nextflow.config
|
||||
tags:
|
||||
- gatk4
|
||||
- gatk4/cnnscorevariants
|
||||
- gatk4
|
||||
files:
|
||||
- path: output/gatk4/test.vcf.gz
|
||||
contains:
|
||||
- "##ALT=<ID=NON_REF,Description="
|
||||
- path: output/gatk4/test.vcf.gz.tbi
|
||||
- path: output/gatk4/test.cnn.vcf.gz
|
||||
contains: "##ALT=<ID=NON_REF,Description="
|
||||
- path: output/gatk4/test.cnn.vcf.gz.tbi
|
||||
md5sum: 76eda8249fa285c061e1a32da2ad95d7
|
||||
|
|
|
@ -6,3 +6,4 @@
|
|||
files:
|
||||
- path: output/gatk4/test.filtered.vcf.gz
|
||||
- path: output/gatk4/test.filtered.vcf.gz.tbi
|
||||
- path: output/gatk4/versions.yml
|
||||
|
|
Loading…
Reference in a new issue