2021-04-14 07:38:59 +00:00
|
|
|
name: raxmlng
|
|
|
|
description: RAxML-NG is a phylogenetic tree inference tool which uses maximum-likelihood (ML) optimality criterion.
|
|
|
|
keywords:
|
|
|
|
- phylogeny
|
|
|
|
- newick
|
|
|
|
- maximum likelihood
|
|
|
|
tools:
|
|
|
|
- raxmlng:
|
|
|
|
description: RAxML-NG is a phylogenetic tree inference tool which uses maximum-likelihood (ML) optimality criterion.
|
|
|
|
homepage: https://github.com/amkozlov/raxml-ng
|
|
|
|
documentation: https://github.com/amkozlov/raxml-ng/wiki
|
|
|
|
tool_dev_url: https://github.com/amkozlov/raxml-ng
|
|
|
|
doi: doi.org/10.1093/bioinformatics/btz305
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["GPL v2-or-later"]
|
2021-04-14 07:38:59 +00:00
|
|
|
|
|
|
|
input:
|
|
|
|
- alignment:
|
|
|
|
type: file
|
|
|
|
description: A FASTA format multiple sequence alignment file
|
|
|
|
pattern: "*.{fasta,fas,fa,mfa}"
|
|
|
|
|
|
|
|
output:
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-04-14 07:38:59 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-04-14 07:38:59 +00:00
|
|
|
- phylogeny:
|
|
|
|
type: file
|
|
|
|
description: A phylogeny in Newick format
|
|
|
|
pattern: "*.{raxml.bestTree}"
|
|
|
|
- phylogeny_bootstrapped:
|
|
|
|
type: file
|
|
|
|
description: A phylogeny in Newick format with bootstrap values
|
|
|
|
pattern: "*.{raxml.support}"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@avantonder"
|
|
|
|
- "@aunderwo"
|