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
687 B
YAML
17 lines
687 B
YAML
- name: bcftools view
|
|
command: nextflow run ./tests/modules/bcftools/view -entry test_bcftools_view -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/view/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/view
|
|
files:
|
|
- path: output/bcftools/out.vcf.gz
|
|
md5sum: c5f2a6a912964c45e8231140420561f9
|
|
|
|
- name: bcftools view with optional files
|
|
command: nextflow run ./tests/modules/bcftools/view -entry test_bcftools_view_with_optional_files -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/view/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/view
|
|
files:
|
|
- path: output/bcftools/out.vcf.gz
|
|
md5sum: 265a36d06f8ac3bf52086e4467e537f8
|