Releases: kvdomingo/primerdriver
Releases · kvdomingo/primerdriver
v1.0.0
Welcome to the first official release of PrimerDriver! Here are all the available features, built up since day one:
- Command line interface with an interactive mode and a single-command mode
- Primer characterization of user-provided sequence, either manually typed or by FASTA file
- DNA & protein-based primer design, which also accepts either manual or FASTA input
- Saving results to HTML, FASTA, CSV, and plain text
- Ability for batch primer design when using as part of a Shell script
- Fully working web application (at https://primerdriver.herokuapp.com/) (Note: File inputs and outputs are not available on the web app...yet)
v0.2.1
v0.2.0
v0.1.2
This pre-release includes the following changes:
- Renamed project from
primerx
toprimerdriver
- The CLI now consists of several files/submodules. Thus, the file structure has been changed to modular type Python style. Please preserve file structure when extracting to a local machine.
- Primer characterization is now fully functional for both interactive and single-command mode.