python-treetime 0.8.6-1 source package in Ubuntu

Changelog

python-treetime (0.8.6-1) unstable; urgency=medium

  * New upstream version

 -- Andreas Tille <email address hidden>  Sat, 19 Feb 2022 08:39:09 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-treetime_0.8.6-1.dsc 2.5 KiB 1d73cf56ad04ba8536024c55eefed0299c540aede9568e687aec9a1a02aa9dcd
python-treetime_0.8.6.orig-debian-tests-data.tar.gz 4.9 MiB 68261323127dc18fe89ce5ca3a3f264f8d777873ba4fd31bc45e836ac45d07b0
python-treetime_0.8.6.orig.tar.gz 405.4 KiB 8da5e46a8f72fc39b252b80310ff0c4d8c5333496eb3928a530da3c3cd0489a7
python-treetime_0.8.6-1.debian.tar.xz 6.5 KiB f5bfd11c4836e01b390514404ed8a803465ca1e641b3b6c212fdeb7e2f6ea36e

Available diffs

No changes file available.

Binary packages built by this source

python3-treetime: inference of time stamped phylogenies and ancestral reconstruction (Python 3)

 TreeTime provides routines for ancestral sequence reconstruction and the
 maximum likelihoo inference of molecular-clock phylogenies, i.e., a tree
 where all branches are scaled such that the locations of terminal nodes
 correspond to their sampling times and internal nodes are placed at the
 most likely time of divergence.
 .
 TreeTime aims at striking a compromise between sophisticated
 probabilistic models of evolution and fast heuristics. It implements GTR
 models of ancestral inference and branch length optimization, but takes
 the tree topology as given. To optimize the likelihood of time-scaled
 phylogenies, treetime uses an iterative approach that first infers
 ancestral sequences given the branch length of the tree, then optimizes
 the positions of unconstraine d nodes on the time axis, and then repeats
 this cycle. The only topology optimization are (optional) resolution of
 polytomies in a way that is most (approximately) consistent with the
 sampling time constraints on the tree. The package is designed to be
 used as a stand-alone tool or as a library used in larger phylogenetic
 analysis workflows.
 .
 Features
  * ancestral sequence reconstruction (marginal and joint maximum
    likelihood)
  * molecular clock tree inference (marginal and joint maximum
    likelihood)
  * inference of GTR models
  * rerooting to obtain best root-to-tip regression
  * auto-correlated relaxed molecular clock (with normal prior)
 .
 This package provides the Python 3 module.