mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 21:53:10 +00:00
7b1e84f7be
* feat: add bcftools index * Extend tests to also test gen for TBI * Update meta.yml * Update meta.yml
17 lines
575 B
YAML
17 lines
575 B
YAML
- name: bcftools index
|
|
command: nextflow run ./tests/modules/bcftools/index -entry test_bcftools_index_csi -c tests/config/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/index
|
|
files:
|
|
- path: output/bcftools/test.vcf.gz.csi
|
|
md5sum: 5f930522d2b9dcdba2807b7da4dfa3fd
|
|
|
|
- name: bcftools index tbi
|
|
command: nextflow run ./tests/modules/bcftools/index -entry test_bcftools_index_tbi -c tests/config/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/index
|
|
files:
|
|
- path: output/bcftools/test.vcf.gz.tbi
|
|
md5sum: 36e11bf96ed0af4a92caa91a68612d64
|