mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
14 lines
428 B
YAML
14 lines
428 B
YAML
- name: freebayes test_freebayes
|
|
command: nextflow run tests/modules/freebayes -entry test_freebayes -c tests/config/nextflow.config
|
|
tags:
|
|
- freebayes
|
|
files:
|
|
- path: output/freebayes/test.vcf.gz
|
|
|
|
- name: freebayes test_freebayes_bed
|
|
command: nextflow run tests/modules/freebayes -entry test_freebayes_bed -c tests/config/nextflow.config
|
|
tags:
|
|
- freebayes
|
|
files:
|
|
- path: output/freebayes/test.vcf.gz
|
|
|