tsinfer
Infer a tree sequence from genetic variation data.
File Explorer
Download Latest Version (.zip)- docs.yml
- lint.yml
- tests.yml
- wheels.yml
- zizmor.yml
- .zarray
- .zattrs
- 0.0.0
- .zarray
- .zattrs
- 0.0.0
- .zarray
- .zattrs
- 0.0
- .zarray
- .zattrs
- 0
- .zarray
- .zattrs
- 0
- .zarray
- 0.0
- .zarray
- .zattrs
- 0
- .zarray
- .zattrs
- 0
- .zattrs
- .zgroup
- .zmetadata
- .README
- ancestor_grouping.png
- example_ancestral_state.fa.fai
- example_config.toml
- example_data.vcf.gz
- example_flow.svg
- P_dom_chr24_phased.vcf.gz
- P_dom_chr24_phased.vcf.gz.tbi
- tree_at_1Mb.svg
- .README
- .gitignore
- _config.yml
- _toc.yml
- build.sh
- CHANGELOG.md
- CITATION.md
- cli.rst
- config.md
- development.rst
- favicon.ico
- index.md
- inference.md
- installation.rst
- introduction.rst
- large_scale.md
- Makefile
- quickstart.md
- tsinfer_logo.svg
- usage.md
- 1kg_conf.toml
- tskit
- README
- tskit.wrap
- multi_tree_example.trees
- single_tree_example.trees
- tests.c
- ancestor_builder.c
- ancestor_matcher.c
- avl.c
- avl.h
- err.c
- err.h
- meson.build
- tsi_blkalloc.c
- tsinfer.h
- c-vs-python-matching-implementations.md
- design.md
- misc.md
- remove_legacy_matcher.md
- invalid_pc_ancestor_time.samples
- medium_sd_fixture_0.2.3.samples
- larger_smc.trees
- single_tree.trees
- small_smc.trees
- helpers.py
- test_ancestors.py
- test_arg_ops.py
- test_cli.py
- test_config.py
- test_genotype_roundtrip.py
- test_grouping.py
- test_helpers.py
- test_lshmm.py
- test_matcher_fixtures.py
- test_matching.py
- test_multi_source_roundtrip.py
- test_perfect_inference.py
- test_pipeline.py
- test_provenance.py
- test_python_c.py
- test_vcz.py
- test_vcz_to_vcf.py
- __init__.py
- __main__.py
- ancestors.py
- arg_ops.py
- cli.py
- config.py
- grouping.py
- matching.py
- pipeline.py
- provenance.py
- vcz.py
- .clang-format
- .gitignore
- .gitmodules
- _tsinfermodule.c
- CHANGELOG.md
- CITATION.md
- CLAUDE.md
- codecov.yml
- example_config.toml
- LICENSE
- lwt_interface
- Makefile
- MANIFEST.in
- prek.toml
- pyproject.toml
- README.md
- setup.py
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/tskit-dev/tsinfer
Downloads the entire project code from GitHub to your computer.
cd tsinfer
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python -m pip install tsinfer
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
