mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
682f789f93
* Bump tool versions for modules required in viralrecon * Fix all the tests * Fix Prettier lint * Remove empty md5sums
17 lines
679 B
YAML
17 lines
679 B
YAML
- name: bcftools index
|
|
command: nextflow run ./tests/modules/bcftools/index -entry test_bcftools_index_csi -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/index/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/index
|
|
files:
|
|
- path: output/bcftools/test.vcf.gz.csi
|
|
md5sum: 9c49464e5983cc02ba89c862c2f33cf8
|
|
|
|
- name: bcftools index tbi
|
|
command: nextflow run ./tests/modules/bcftools/index -entry test_bcftools_index_tbi -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/index/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/index
|
|
files:
|
|
- path: output/bcftools/test.vcf.gz.tbi
|
|
md5sum: a5c54806112b6b2464d4985b96b176c0
|