#aware #bayesian #quantification #manner #model #haplotype #haplotypes

bin+lib orthanq

A tool to quantify haplotypes in an uncertainty-aware manner

5 stable releases

1.7.8 Aug 24, 2024
1.7.7 Aug 23, 2024
1.7.6 Aug 22, 2024
1.7.5 Aug 19, 2024
1.7.4 Aug 15, 2024

#108 in Biology

Download history 108/week @ 2024-08-12 587/week @ 2024-08-19 11/week @ 2024-08-26

706 downloads per month

MIT and GPL-3.0+

4MB
3.5K SLoC

DOI

Uncerainty aware haplotype quantification using a Bayesian model that is based on collecting evidences from Varlociraptor.

Orthanq is under active development.

Installation

Orthanq is available as a Bioconda package and can be installed via:

mamba install orthanq

Haplotype quantification & HLA typing

Docs: https://orthanq.github.io/docs/index.html

Building for development and manual installation

The easiest way to build Orthanq is via Conda/Mamba. First, create the environment given by the environment.yml in this repository.

mamba env create -n orthanq-dev -f environment.yml

Second, activate the environment with

mamba activate orthanq-dev

Third, build Orthanq via

HDF5_DIR=$CONDA_PREFIX RUSTFLAGS='-L $CONDA_PREFIX/include' cargo build

Fourth, conda lib location is set via

export LD_LIBRARY_PATH=$CONDA_PREFIX/lib

Last, Orthanq can be built with:

cargo build    

or

cargo build --release

Dependencies

~61MB
~1M SLoC