Skip to content

Getting started

This chapter is here to help you get started with DeepBiop. It covers all the fundamental features and functionalities of the library, making it easy for new users to familiarise themselves with the basics from initial installation and setup to core functionalities. If you're already an advanced user or familiar with Dataframes, feel free to skip ahead to the next chapter about installation options.

Installing deepbiop

pip install deepbiop
cargo add deepbiop -F fastq

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