mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
30f72e2482
* Making the output from the VEP-moduel (ENSEMBLVEP) optionally vcf, json or tab. #1774 * Trying to fix tests * Still trying to fix tests * Fetching the vep-output-file-extension from the args. * Update meta.yml * WIP: Adding tests for vep-output json and tab * updated the test.yml Co-authored-by: nvnieuwk <101190534+nvnieuwk@users.noreply.github.com> Co-authored-by: nvnieuwk <nicolas.vannieuwkerke@ugent.be>
39 lines
1.6 KiB
YAML
39 lines
1.6 KiB
YAML
- name: ensemblvep test_ensemblvep_fasta_json
|
|
command: nextflow run ./tests/modules/ensemblvep -entry test_ensemblvep_fasta_json -c ./tests/config/nextflow.config -c ./tests/modules/ensemblvep/nextflow.config
|
|
tags:
|
|
- ensemblvep
|
|
files:
|
|
- path: output/ensemblvep/test.ann.json
|
|
- path: output/ensemblvep/test.summary.html
|
|
|
|
- name: ensemblvep test_ensemblvep_fasta_tab
|
|
command: nextflow run ./tests/modules/ensemblvep -entry test_ensemblvep_fasta_tab -c ./tests/config/nextflow.config -c ./tests/modules/ensemblvep/nextflow.config
|
|
tags:
|
|
- ensemblvep
|
|
files:
|
|
- path: output/ensemblvep/test.ann.tab
|
|
- path: output/ensemblvep/test.summary.html
|
|
|
|
- name: ensemblvep test_ensemblvep_fasta_vcf
|
|
command: nextflow run ./tests/modules/ensemblvep -entry test_ensemblvep_fasta_vcf -c ./tests/config/nextflow.config -c ./tests/modules/ensemblvep/nextflow.config
|
|
tags:
|
|
- ensemblvep
|
|
files:
|
|
- path: output/ensemblvep/test.ann.vcf
|
|
- path: output/ensemblvep/test.summary.html
|
|
|
|
- name: ensemblvep test_ensemblvep_fasta
|
|
command: nextflow run ./tests/modules/ensemblvep -entry test_ensemblvep_fasta -c ./tests/config/nextflow.config -c ./tests/modules/ensemblvep/nextflow.config
|
|
tags:
|
|
- ensemblvep
|
|
files:
|
|
- path: output/ensemblvep/test.ann.vcf
|
|
- path: output/ensemblvep/test.summary.html
|
|
|
|
- name: ensemblvep test_ensemblvep_no_fasta
|
|
command: nextflow run ./tests/modules/ensemblvep -entry test_ensemblvep_no_fasta -c ./tests/config/nextflow.config -c ./tests/modules/ensemblvep/nextflow.config
|
|
tags:
|
|
- ensemblvep
|
|
files:
|
|
- path: output/ensemblvep/test.ann.vcf
|
|
- path: output/ensemblvep/test.summary.html
|