Skip to content

Releases: kvdomingo/primerdriver

v1.0.0

27 Feb 18:26
Compare
Choose a tag to compare

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

21 Feb 07:15
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changelog:

  • DNA-based design is fully functional for all SDM, with complementary and overlapping
  • Support output for csv, html, fasta, and json
  • Protein-based design works with substitution only, with IUPAC protein codes

v0.2.0

19 Feb 02:23
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes:

  • Primer characterization
  • Complementary DNA-based primer design
  • interactive mode only

v0.1.2

06 Feb 11:21
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

This pre-release includes the following changes:

  • Renamed project from primerx to primerdriver
  • 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.

v0.1.1

31 Jan 10:51
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Initial release of primerx script with very basic functionality and minimal error checking.