2021-04-08 17:15:23 +00:00
|
|
|
name: fasttree
|
|
|
|
description: Produces a Newick format phylogeny from a multiple sequence alignment. Capable of bacterial genome size alignments.
|
|
|
|
keywords:
|
|
|
|
- phylogeny
|
|
|
|
- newick
|
|
|
|
tools:
|
|
|
|
- fasttree:
|
|
|
|
description: FastTree infers approximately-maximum-likelihood phylogenetic trees from alignments of nucleotide or protein sequences
|
|
|
|
homepage: http://www.microbesonline.org/fasttree/
|
|
|
|
documentation: http://www.microbesonline.org/fasttree/#Usage
|
|
|
|
tool_dev_url: None
|
|
|
|
doi: ""
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["GPL v2"]
|
2021-04-08 17:15:23 +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-08 17:15:23 +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-08 17:15:23 +00:00
|
|
|
- phylogeny:
|
|
|
|
type: file
|
|
|
|
description: A phylogeny in Newick format
|
|
|
|
pattern: "*.{tre}"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@aunderwo"
|