Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 374 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 374 Bytes

Generator

This crate contains a library API and binary CLI to generate semi-random sequence pairs for testing pairwise aligners.

It can generate various types of sequences using different error models. It returns a (vector of) sequence pairs, or writes the pairs to a .seq file.

See cargo run -- --help for command line arguments and src/lib.rs for more details.