mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
682f789f93
* Bump tool versions for modules required in viralrecon * Fix all the tests * Fix Prettier lint * Remove empty md5sums
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: 5a87e0865df2f0ab2884fc113ec2a70d
|