Skip to content

Installation

Deepbiop is a library and installation is as simple as invoking the package manager of the corresponding programming language.

pip install deepbiop
cargo add polars -F fastq

# Or Cargo.toml
[dependencies]
deepbiop = { version = "x", features = ["fastq", ...]}

Importing

To use the library import it into your project

import deepbiop as dp
use deepbiop::fastq;