Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://doi.org/10.5281/zenodo.10418948
22 July 2025, 14:59:30 UTC
  • Code
  • Branches (0)
  • Releases (11)
  • Visits
    • Branches
    • Releases
      • 11
      • 11
      • 10
      • 9
      • 8
      • 7
      • 6
      • 5
      • 4
      • 3
      • 2
      • 1
    • 9e40b22
    • /
    • orthanq-orthanq-75e7d28
    • /
    • README.md
    Raw File Download

    To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
    Select below a type of object currently browsed in order to display its associated SWHID and permalink.

    • content
    • directory
    • snapshot
    • release
    origin badgecontent badge Iframe embedding
    swh:1:cnt:86f102d1abf6305c79e6e914134d7a9741017113
    origin badgedirectory badge Iframe embedding
    swh:1:dir:8b2912123d557a6856a00ebd82e7e92a6c8d9789
    origin badgesnapshot badge
    swh:1:snp:c137d24ec257cdd9d101dcfeb947ac209ecff3ef
    origin badgerelease badge
    swh:1:rel:51ebe57f5168407959ece878fef73d87c404eb5d

    This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
    Select below a type of object currently browsed in order to generate citations for them.

    • content
    • directory
    • snapshot
    • release
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    README.md
    [![DOI](https://zenodo.org/badge/475406908.svg)](https://zenodo.org/badge/latestdoi/475406908)
    [![Affiliated with RTG WisPerMed](https://img.shields.io/badge/Affiliated-RTG%202535%20WisPerMed-blue)](https://wispermed.org/)
    
    <img src="orthanq-black.svg" alt="Orthanq" width="400"/>
    
    Uncertainty 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
    

    back to top

    Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
    The source code of Software Heritage itself is available on our development forge.
    The source code files archived by Software Heritage are available under their own copyright and licenses.
    Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API