Skip to content

use-bioinformatics

0.1.0 Versioned crate with live registry and docs.rs links.

use-bioinformatics belongs to the use-bioinformatics facade.

Package links

Facade placement

Use use-bioinformatics when you want the facade crate instead of depending on focused crates one by one. The facade remains the curated entry point for the current use-bioinformatics surface.

RustDocs

This crate uses a stable RustUse RustDocs route alongside the workspace Rustdocs bundle.

Copyable source

Copy use-bioinformatics into your codebase

Copy the current use-bioinformatics source bundle or inspect the files behind the stable RustUse docs surface for this crate.

Cargo.toml

2 files TOML

Browse crate files
            [package]
name = "use-bioinformatics"
description = "Facade crate for primitive RustUse bioinformatics vocabulary"
publish = true
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true
readme = "README.md"
documentation = "https://docs.rs/use-bioinformatics"
keywords = ["bioinformatics", "sequence", "genomics", "biology", "rustuse"]
categories = ["data-structures", "science"]

[dependencies]
use-alignment.workspace = true
use-alphabet.workspace = true
use-amino-acid.workspace = true
use-annotation.workspace = true
use-feature.workspace = true
use-genomic-range.workspace = true
use-motif.workspace = true
use-nucleotide.workspace = true
use-residue.workspace = true
use-sequence.workspace = true
use-sequence-id.workspace = true

[package.metadata.docs.rs]
all-features = true

[lints]
workspace = true
          

Tags

  • bioinformatics
  • sequence
  • genomics