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