mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
17 lines
691 B
YAML
17 lines
691 B
YAML
- name: bcftools query
|
|
command: nextflow run ./tests/modules/bcftools/query -entry test_bcftools_query -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/query/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/query
|
|
files:
|
|
- path: output/bcftools/out.txt
|
|
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 -c ./tests/modules/bcftools/query/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/query
|
|
files:
|
|
- path: output/bcftools/out.txt
|
|
md5sum: 6bb5df49bfb5af39f7037cdf95032aac
|