| Crates.io | read-structure |
| lib.rs | read-structure |
| version | 0.2.1-rc.1 |
| created_at | 2022-03-04 20:07:46.931462+00 |
| updated_at | 2023-06-01 19:08:57.901788+00 |
| description | Library for parsing and working with read structure descriptions |
| homepage | https://github.com/fulcrumgenomics/read-structure |
| repository | https://github.com/fulcrumgenomics/read-structure |
| max_upload_size | |
| id | 543656 |
| size | 36,842 |
Read structures is a library for working with strings that describe how the bases in a sequencing run should be allocated into logical reads.
Each read structure is made up of one or more read segments which are in turn a segment type.
For more details see here
Please see the generated Rust Docs.
Add the following to your Cargo.toml dependencies section, updating the version number as needed.
[dependencies]
read-structure = "*"
Assuming you have cloned the repo and are in the top level:
cargo test
This assumes that you have installed cargo-release via cargo install cargo-release and have set up credentials with crates.io.
cargo release <patch|minor|major>