mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
e97d4cd32b
* Output gzipped jplace
12 lines
531 B
YAML
12 lines
531 B
YAML
- name: epang test_epang
|
|
command: nextflow run ./tests/modules/epang -entry test_epang -c ./tests/config/nextflow.config -c ./tests/modules/epang/nextflow.config
|
|
tags:
|
|
- epang
|
|
files:
|
|
- path: output/epang/test.epa_info.log
|
|
contains:
|
|
- "INFO 3 Sequences done"
|
|
- path: output/epang/test.epa_result.jplace.gz
|
|
contains:
|
|
- '"placements":'
|
|
- '"metadata": {"invocation": "epa-ng --model LG --threads 2 --query query.alnfaa.gz --ref-msa reference.alnfaa.gz --tree reference.newick "}'
|