| Crates.io | orthanq |
| lib.rs | orthanq |
| version | 1.7.9 |
| created_at | 2024-08-15 15:01:50.154827+00 |
| updated_at | 2024-10-07 13:28:23.967575+00 |
| description | A tool to quantify haplotypes in an uncertainty-aware manner |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1338892 |
| size | 75,255,391 |
Uncerainty aware haplotype quantification using a Bayesian model that is based on collecting evidences from Varlociraptor.
Orthanq is under active development.
Orthanq is available as a Bioconda package and can be installed via:
mamba install orthanq
Docs: https://orthanq.github.io/docs/index.html
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