forked from libnano/primer3-py
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* migrated primer3 header file Cython extern imports to `thermoanalysis.pxi` (libnano#100) Optional C structure string argument `c_ascii_structure` added to `_ThermoAnalysis` methods to enable 3rd party use for structures version bump to 2.0.0a1 due to breaking change * fix for issue 108 whereby no_structure is not correctly 1 set to 1 when no secondary structure in found (libnano#109) * Issue 50 update to add list version of (libnano#110) PRIMER_{PAIR, LEFT, RIGHT, INTERNAL} output dictionary keys. Retaining original keys as well for compatibility version bump to 2.0.0 updated CHANGES and cython_help.md for a note about the `c_ascii_structure` argument Consistent free of `c_ascii_structure` in thermoanalysis.pyx methods * fixes missing `thal_result.sec_struct` and `dpal_results.sec_struct` (libnano#112) initialization to `NULL` in `recalc_primer_sec_struct` in `libprimer3.c` and `libprimer3flex.c`. `CHANGES` updated * doc string update for _ThermoAnalysis.run_design for new list based keys
- Loading branch information
Showing
14 changed files
with
1,054 additions
and
714 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.