mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
17 lines
651 B
YAML
17 lines
651 B
YAML
- name: "bcftools roh"
|
|
command: nextflow run ./tests/modules/bcftools/roh -entry test_bcftools_roh -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/roh/nextflow.config
|
|
tags:
|
|
- "bcftools"
|
|
- "bcftools/roh"
|
|
files:
|
|
- path: "output/bcftools/test.roh"
|
|
- path: "output/bcftools/versions.yml"
|
|
|
|
- name: "bcftools roh stub"
|
|
command: nextflow run ./tests/modules/bcftools/roh -entry test_bcftools_roh_stub -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/roh/nextflow.config
|
|
tags:
|
|
- "bcftools"
|
|
- "bcftools/roh"
|
|
files:
|
|
- path: "output/bcftools/test.roh"
|
|
- path: "output/bcftools/versions.yml"
|