mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
17 lines
711 B
YAML
17 lines
711 B
YAML
- name: "rhocall annotate"
|
|
command: nextflow run ./tests/modules/rhocall/annotate -entry test_rhocall_annotate -c ./tests/config/nextflow.config -c ./tests/modules/rhocall/annotate/nextflow.config
|
|
tags:
|
|
- "rhocall"
|
|
- "rhocall/annotate"
|
|
files:
|
|
- path: "output/rhocall/test_rhocall.vcf"
|
|
- path: "output/rhocall/versions.yml"
|
|
|
|
- name: "rhocall annotate stub"
|
|
command: nextflow run ./tests/modules/rhocall/annotate -entry test_rhocall_annotate_stub -c ./tests/config/nextflow.config -c ./tests/modules/rhocall/annotate/nextflow.config -stub-run
|
|
tags:
|
|
- "rhocall"
|
|
- "rhocall/annotate"
|
|
files:
|
|
- path: "output/rhocall/test_rhocall.vcf"
|
|
- path: "output/rhocall/versions.yml"
|