2022-06-15 11:52:12 +00:00
|
|
|
- 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
|
|
|
|
|
2022-06-09 09:53:16 +00:00
|
|
|
- name: ensemblvep test_ensemblvep_fasta
|
2022-06-15 11:52:12 +00:00
|
|
|
command: nextflow run ./tests/modules/ensemblvep -entry test_ensemblvep_fasta -c ./tests/config/nextflow.config -c ./tests/modules/ensemblvep/nextflow.config
|
2022-06-09 09:53:16 +00:00
|
|
|
tags:
|
|
|
|
- ensemblvep
|
|
|
|
files:
|
|
|
|
- path: output/ensemblvep/test.ann.vcf
|
|
|
|
- path: output/ensemblvep/test.summary.html
|
|
|
|
|
|
|
|
- name: ensemblvep test_ensemblvep_no_fasta
|
2022-06-15 11:52:12 +00:00
|
|
|
command: nextflow run ./tests/modules/ensemblvep -entry test_ensemblvep_no_fasta -c ./tests/config/nextflow.config -c ./tests/modules/ensemblvep/nextflow.config
|
2021-07-06 12:11:11 +00:00
|
|
|
tags:
|
|
|
|
- ensemblvep
|
|
|
|
files:
|
|
|
|
- path: output/ensemblvep/test.ann.vcf
|
2022-06-09 09:47:24 +00:00
|
|
|
- path: output/ensemblvep/test.summary.html
|