You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.