mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
c5634ba99b
* initial commit [ci skip] * add stubs [ci skip] * Finalize the bcftools/view module * accomodate optional files * add optional region file * refer the targets file in the tests * all tests passing * documen the optional parameters
17 lines
585 B
YAML
17 lines
585 B
YAML
- name: bcftools view
|
|
command: nextflow run ./tests/modules/bcftools/view -entry test_bcftools_view -c tests/config/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/view
|
|
files:
|
|
- path: output/bcftools/out.vcf.gz
|
|
md5sum: fc178eb342a91dc0d1d568601ad8f8e2
|
|
|
|
- name: bcftools view with optional files
|
|
command: nextflow run ./tests/modules/bcftools/view -entry test_bcftools_view_with_optional_files -c tests/config/nextflow.config
|
|
tags:
|
|
- bcftools
|
|
- bcftools/view
|
|
files:
|
|
- path: output/bcftools/out.vcf.gz
|
|
md5sum: 1d450e1c65b081ead0edbf5e4fa539ee
|