File: tutorials.rst

package info (click to toggle)
python-treetime 0.11.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,316 kB
  • sloc: python: 8,437; sh: 124; makefile: 49
file content (31 lines) | stat: -rw-r--r-- 1,051 bytes parent folder | download | duplicates (2)
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
TreeTime command line usage
===========================

TreeTime implements a command line interface (for details, see `Command-line API <commands.html>`_) that allow estimation of time scaled phylogenies, ancestral reconstruction, and analysis of temporal signal in alignments.
The command interface is organized as the main command performing time-tree estimation as

.. code:: bash

  treetime --tree tree_file --aln alignment --dates dates.tsv

with other functionalities available as subcommands

.. code:: bash

  treetime {ancestral, clock, homoplasy, mugration, arg, version}


TreeTime can use full alignments in `fasta` or `phylip` format or work of VCF files.
For each of the different subcommands, we prepared tutorials listed below.
These tutorials use example data provided in the github-repository
`github.com/neherlab/treetime_examples <https://github.com/neherlab/treetime_examples>`_.


.. toctree::
    :maxdepth: 1

    tutorials/timetree
    tutorials/ancestral
    tutorials/clock
    tutorials/mugration
    tutorials/homoplasy