2021-04-08 13:15:23 -04: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 06:15:27 -05:00
|
|
|
licence: ["GPL v2"]
|
2021-04-08 13:15:23 -04:00
|
|
|
|
|
|
|
input:
|
|
|
|
- alignment:
|
|
|
|
type: file
|
|
|
|
description: A FASTA format multiple sequence alignment file
|
|
|
|
pattern: "*.{fasta,fas,fa,mfa}"
|
|
|
|
|
|
|
|
output:
|
2021-10-03 03:20:26 -04:00
|
|
|
- versions:
|
2021-04-08 13:15:23 -04:00
|
|
|
type: file
|
2021-10-03 03:20:26 -04:00
|
|
|
description: File containing software versions
|
2021-09-27 04:41:24 -04:00
|
|
|
pattern: "versions.yml"
|
2021-04-08 13:15:23 -04:00
|
|
|
- phylogeny:
|
|
|
|
type: file
|
|
|
|
description: A phylogeny in Newick format
|
|
|
|
pattern: "*.{tre}"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@aunderwo"
|