1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: phyutility
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Stephen Smith <blackrim@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
javahelper,
default-jdk,
ant
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/phyutility
Vcs-Git: https://salsa.debian.org/med-team/phyutility.git
Homepage: https://github.com/blackrim/phyutility
Rules-Requires-Root: no
Package: phyutility
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${java:Depends}
Description: simple analyses or modifications on both phylogenetic trees and data matrices
Phyutility (fyoo-til-i-te) is a command line program that performs
simple analyses or modifications on both trees and data matrices.
.
Currently it performs the following functions (to suggest another
feature, submit an Issue and use the label Type-Enhancement) :
.
Trees
* rerooting
* pruning
* type conversion
* consensus
* leaf stability
* lineage movement
* tree support
.
Data Matrices
* concatenate alignments
* genbank parsing
* trimming alignments
* search NCBI
* fetch NCBI
|