2021-04-14 07:38:59 +00:00
|
|
|
- name: raxmlng no_bootstrap
|
2021-11-26 07:58:40 +00:00
|
|
|
command: nextflow run ./tests/modules/raxmlng -entry test_raxmlng_no_bootstrap -c ./tests/config/nextflow.config -c ./tests/modules/raxmlng/nextflow.config
|
2021-04-14 07:38:59 +00:00
|
|
|
tags:
|
|
|
|
- raxmlng
|
|
|
|
files:
|
|
|
|
- path: output/raxmlng/output.raxml.bestTree
|
|
|
|
contains:
|
2022-02-15 11:15:27 +00:00
|
|
|
- "sample1:0.359"
|
|
|
|
- "sample2:1.50"
|
|
|
|
- "sample3:0.000001"
|
|
|
|
- "sample4:0.111"
|
2021-04-14 07:38:59 +00:00
|
|
|
|
|
|
|
- name: raxmlng bootstrap
|
2021-11-26 07:58:40 +00:00
|
|
|
command: nextflow run ./tests/modules/raxmlng -entry test_raxmlng_bootstrap -c ./tests/config/nextflow.config -c ./tests/modules/raxmlng/nextflow.config
|
2021-04-14 07:38:59 +00:00
|
|
|
tags:
|
|
|
|
- raxmlng
|
|
|
|
files:
|
|
|
|
- path: output/raxmlng/output.raxml.bestTree
|
|
|
|
contains:
|
2022-02-15 11:15:27 +00:00
|
|
|
- "sample1:0.359"
|
|
|
|
- "sample2:1.50"
|
|
|
|
- "sample3:0.000001"
|
|
|
|
- "sample4:0.111"
|
2021-04-14 07:38:59 +00:00
|
|
|
- path: output/raxmlng/output.raxml.support
|
|
|
|
contains:
|
2022-02-15 11:15:27 +00:00
|
|
|
- "sample1:0.359"
|
|
|
|
- "sample2:1.50"
|
|
|
|
- "sample3:0.000001"
|
|
|
|
- "sample4:0.111"
|
2021-04-14 07:38:59 +00:00
|
|
|
contains_regex:
|
|
|
|
- '\)[89]\d:'
|