mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
18 lines
593 B
YAML
18 lines
593 B
YAML
|
- name: bcftools query
|
||
|
command: nextflow run ./tests/modules/bcftools/query -entry test_bcftools_query -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- bcftools
|
||
|
- bcftools/query
|
||
|
files:
|
||
|
- path: output/bcftools/out.vcf.gz
|
||
|
md5sum: c32a6d28f185822d8fe1eeb7e42ec155
|
||
|
|
||
|
- name: bcftools query with optional files
|
||
|
command: nextflow run ./tests/modules/bcftools/query -entry test_bcftools_query_with_optional_files -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- bcftools
|
||
|
- bcftools/query
|
||
|
files:
|
||
|
- path: output/bcftools/out.vcf.gz
|
||
|
md5sum: 6bb5df49bfb5af39f7037cdf95032aac
|