mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 22:23:09 +00:00
18 lines
719 B
YAML
18 lines
719 B
YAML
|
- name: haplogrep2 classify
|
||
|
command: nextflow run ./tests/modules/haplogrep2/classify -entry test_haplogrep2_classify -c ./tests/config/nextflow.config -c ./tests/modules/haplogrep2/classify/nextflow.config
|
||
|
tags:
|
||
|
- haplogrep2
|
||
|
- haplogrep2/classify
|
||
|
files:
|
||
|
- path: output/haplogrep2/test.txt
|
||
|
- path: output/haplogrep2/versions.yml
|
||
|
|
||
|
- name: haplogrep2 classify stubs
|
||
|
command: nextflow run ./tests/modules/haplogrep2/classify -stub-run -entry test_haplogrep2_classify -c ./tests/config/nextflow.config -c ./tests/modules/haplogrep2/classify/nextflow.config
|
||
|
tags:
|
||
|
- haplogrep2
|
||
|
- haplogrep2/classify
|
||
|
files:
|
||
|
- path: output/haplogrep2/test.txt
|
||
|
- path: output/haplogrep2/versions.yml
|