mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-05 05:52:07 -05:00
3df4fe6085
* add freebayes/somatic and update freebayes/germline to new syntax and cram * add pytest * update with new freebayes/germline path
26 lines
917 B
YAML
26 lines
917 B
YAML
- name: freebayes germline test_freebayes
|
|
command: nextflow run tests/modules/freebayes/germline -entry test_freebayes -c tests/config/nextflow.config
|
|
tags:
|
|
- freebayes
|
|
- freebayes/germline
|
|
files:
|
|
- path: output/freebayes/test.vcf.gz
|
|
md5sum: 1ec210ad27514c7a4140c924dc66d979
|
|
|
|
- name: freebayes germline test_freebayes_bed
|
|
command: nextflow run tests/modules/freebayes/germline -entry test_freebayes_bed -c tests/config/nextflow.config
|
|
tags:
|
|
- freebayes
|
|
- freebayes/germline
|
|
files:
|
|
- path: output/freebayes/test.vcf.gz
|
|
md5sum: e8923cccd5dac196f72d3d3997a60706
|
|
|
|
- name: freebayes germline test_freebayes_cram
|
|
command: nextflow run tests/modules/freebayes/germline -entry test_freebayes_cram -c tests/config/nextflow.config
|
|
tags:
|
|
- freebayes
|
|
- freebayes/germline
|
|
files:
|
|
- path: output/freebayes/test.vcf.gz
|
|
md5sum: cb57a3ed154618e3aa4a5272fcfb7521
|