Crate seq_here

Source
Expand description

Version GitHub Build Status Crates.io Documentation License!

Notice: This project is still under development and not yet ready for production use.

This crate provides several functions for bio-sequence file processing. It is designed to be fast and easy to use.

Use the crate in your project by adding the following to your Cargo.toml:

seq-here = "0.0.1"

There are 3 modules in this crate for different purposes:

  • info: Get basic information about the input sequence file(s).
  • convert: Convert or process incoming sequence file(s).
  • extract: Extract specified sequence segment or file data.

Modulesยง

convert
extract
info
utils