mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
16 lines
769 B
YAML
16 lines
769 B
YAML
|
- name: gvcftools extractvariants test_gvcftools_extractvariants
|
||
|
command: nextflow run ./tests/modules/gvcftools/extractvariants -entry test_gvcftools_extractvariants -c ./tests/config/nextflow.config -c ./tests/modules/gvcftools/extractvariants/nextflow.config
|
||
|
tags:
|
||
|
- gvcftools
|
||
|
- gvcftools/extractvariants
|
||
|
files:
|
||
|
- path: output/gvcftools/test.vcf.gz
|
||
|
|
||
|
- name: gvcftools extractvariants test_gvcftools_extractvariants_uncompressed
|
||
|
command: nextflow run ./tests/modules/gvcftools/extractvariants -entry test_gvcftools_extractvariants_uncompressed -c ./tests/config/nextflow.config -c ./tests/modules/gvcftools/extractvariants/nextflow.config
|
||
|
tags:
|
||
|
- gvcftools
|
||
|
- gvcftools/extractvariants
|
||
|
files:
|
||
|
- path: output/gvcftools/test.vcf.gz
|