mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 13:23:09 +00:00
6ff995e93d
* initial commit [ci skip] * add basic structure [ci skip] * finalized the bcftools/query module * add optional files [ci skip] * Add the vcf index file as param [ci skip] * update the md5sum for output file [ci skip] * all tests passing
17 lines
593 B
YAML
17 lines
593 B
YAML
- name: bcftools query
|
|
command: nextflow run ./tests/modules/bcftools/query -entry test_bcftools_query -c tests/config/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/query
|
|
files:
|
|
- path: output/bcftools/out.vcf.gz
|
|
md5sum: c32a6d28f185822d8fe1eeb7e42ec155
|
|
|
|
- name: bcftools query with optional files
|
|
command: nextflow run ./tests/modules/bcftools/query -entry test_bcftools_query_with_optional_files -c tests/config/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/query
|
|
files:
|
|
- path: output/bcftools/out.vcf.gz
|
|
md5sum: 6bb5df49bfb5af39f7037cdf95032aac
|