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
    • /
    • Cargo.toml
    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:d8032cf08566be2f1d288f93f2d8588ed31d811e
    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 ...
    Cargo.toml
    [package]
    name = "orthanq"
    version = "1.14.0"
    edition = "2018"
    description = "A tool to quantify haplotypes in an uncertainty-aware manner"
    license = "MIT"
    # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
    
    [dependencies]
    bio-types = ">=0.9"
    rust-htslib = "0.49.0"
    log = "0.4.27"
    GSL = "6.0"
    itertools = "0.10"
    itertools-num = "0.1"
    ordered-float = { version = "5.0", features = ["serde"] }
    csv = "1"
    cached = "0.26"
    structopt = "0.3"
    derive_builder = "0.10.2"
    yaml-rust = ">=0.4.1,<0.5"
    derive-new = "0.5"
    bv = "0.11"
    fern = "0.6"
    statrs = "0.15"
    anyhow = "1.0"
    derefable = "0.1"
    bio = "2.3.0"
    derive_deref = "1.1.1"
    assert_approx_eq = "1.1.0"
    ndarray = "0.15.4"
    polars = "0.22.8"
    smartcore = "0.2.1"
    linfa = "0.6.0"
    linfa-clustering = "0.6.0"
    plotters = "0.3.3"
    rand_xoshiro = "0.6.0"
    serde_json = "1.0.85"
    serde = "1.0.145"
    good_lp = { version = "1.4.0", features = ["coin_cbc"], default-features = false }
    quick-xml = "0.26.0"
    tempfile = "3"
    futures = "0.3" # for our async / await blocks
    seq_io = "0.3.2"
    petgraph = "0.6.4"
    datavzrd = "2.56.1"
    serde_yaml = "0.9"
    
    [profile.release]
    codegen-units = 1
    lto = "fat"
    
    [profile.develop]
    codegen-units = 128
    inherits = "release"
    lto = false
    

    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