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
19 lines
782 B
YAML
19 lines
782 B
YAML
- name: bcftools annotate test_bcftools_annotate_out_vcf
|
|
command: nextflow run tests/modules/bcftools/annotate -entry test_bcftools_annotate_out_vcf -c tests/config/nextflow.config
|
|
tags:
|
|
- bcftools/annotate
|
|
- bcftools
|
|
files:
|
|
- path: output/bcftools/test_compressed_vcf_annotated.vcf.gz
|
|
- path: output/bcftools/versions.yml
|
|
md5sum: ff237d88fce62300fdab66b284e9aa95
|
|
|
|
- name: bcftools annotate test_bcftools_annotate_out_bcf
|
|
command: nextflow run tests/modules/bcftools/annotate -entry test_bcftools_annotate_out_bcf -c tests/config/nextflow.config
|
|
tags:
|
|
- bcftools/annotate
|
|
- bcftools
|
|
files:
|
|
- path: output/bcftools/test_compressed_bcf_annotated.bcf
|
|
- path: output/bcftools/versions.yml
|
|
md5sum: bbcefb8ebfca05c538a92dbfb94d977e
|