Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 632 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 632 Bytes

About

This is a library and simple CLI for simulating PCR in silico, written in Rust.

The main aim of this project was to learn Rust, use it at your own risk! :)

At this stage only gb_io's Seq format is supported for templates.

Features

  • Support for linear and circular templates
  • Extraction of products preserving annotations

Example

Amplify lacZ from E. coli

$ pcr_cli mg1655.gb ATGACCATGATTACGGATTCAC TTATTTTTGACACCAGACCAAC

Use it online