mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
15 lines
659 B
YAML
15 lines
659 B
YAML
- 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
|