mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 22:23:09 +00:00
24 lines
996 B
YAML
24 lines
996 B
YAML
|
- name: bcftools convert test_bcftools_convert_gvcf
|
||
|
command: nextflow run ./tests/modules/bcftools/convert -entry test_bcftools_convert_gvcf -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/convert/nextflow.config
|
||
|
tags:
|
||
|
- bcftools/convert
|
||
|
- bcftools
|
||
|
files:
|
||
|
- path: output/bcftools/test.vcf.gz
|
||
|
|
||
|
- name: bcftools convert test_bcftools_convert_gvcf_bed
|
||
|
command: nextflow run ./tests/modules/bcftools/convert -entry test_bcftools_convert_gvcf_bed -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/convert/nextflow.config
|
||
|
tags:
|
||
|
- bcftools/convert
|
||
|
- bcftools
|
||
|
files:
|
||
|
- path: output/bcftools/test.vcf.gz
|
||
|
|
||
|
- name: bcftools convert test_bcftools_convert_gvcf_to_bcf
|
||
|
command: nextflow run ./tests/modules/bcftools/convert -entry test_bcftools_convert_gvcf_to_bcf -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/convert/nextflow.config
|
||
|
tags:
|
||
|
- bcftools/convert
|
||
|
- bcftools
|
||
|
files:
|
||
|
- path: output/bcftools/test.bcf.gz
|