mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
18 lines
585 B
YAML
18 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
|