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
737 B
YAML
17 lines
737 B
YAML
- name: bcftools concat test_bcftools_concat_tbi
|
|
command: nextflow run ./tests/modules/bcftools/concat -entry test_bcftools_concat_tbi -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/concat/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/concat
|
|
files:
|
|
- path: output/bcftools/test3.vcf.gz
|
|
md5sum: 1f6a3ffdffbc56e0bc1b184e70ee88df
|
|
|
|
- name: bcftools concat test_bcftools_concat_no_tbi
|
|
command: nextflow run ./tests/modules/bcftools/concat -entry test_bcftools_concat_no_tbi -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/concat/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/concat
|
|
files:
|
|
- path: output/bcftools/test3.vcf.gz
|
|
md5sum: 1f6a3ffdffbc56e0bc1b184e70ee88df
|