Skip to content

Unit Test and Singleton Class

Compare
Choose a tag to compare
@t47io t47io released this 19 May 00:15
· 67 commits to master since this release
  • Added unit tests for entire module.
  • Added Singleton Class, and used for Primerize_1D, Primerize_2D, Primerize_3D, and Nearest_Neighbor_Parameter classes. Only one instance allowed, and already initialized under primerize namespace.
  • Moved has() to __contains__() for Plate_96Well, Mutation, and Construct_List classes. Use in from now on.
  • Added strict filter for coords using RegExp.
  • Used lambda function together with map and filter.