mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
16 lines
601 B
YAML
16 lines
601 B
YAML
|
- name: vcf2maf test_vcf2maf_no_vep
|
||
|
command: nextflow run ./tests/modules/vcf2maf -entry test_vcf2maf_no_vep -c ./tests/config/nextflow.config -c ./tests/modules/vcf2maf/nextflow.config
|
||
|
tags:
|
||
|
- vcf2maf
|
||
|
files:
|
||
|
- path: output/vcf2maf/test.maf
|
||
|
md5sum: c7f357efa774fd5c4003d84f05212ed0
|
||
|
|
||
|
- name: vcf2maf test_vcf2maf_vep
|
||
|
command: nextflow run ./tests/modules/vcf2maf -entry test_vcf2maf_vep -c ./tests/config/nextflow.config -c ./tests/modules/vcf2maf/nextflow.config
|
||
|
tags:
|
||
|
- vcf2maf
|
||
|
files:
|
||
|
- path: output/vcf2maf/test.maf
|
||
|
md5sum: bf114692a2f421225926c9b651eff161
|