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
fixed error messaging to be more descriptive when FIMS or LIMS connections do not work. This should help users diagnose connection issues themselves.
fixed issue where BOLD export crashed when forward/reverse primer names were null. New behaviour asks user to name them prior to submission.
Added descriptive text to all options in plugin dropdown menu
Changed view of wells to be A01, B01 instead of A1, B1 in table view and exports.
implemented sorting function to sort wells like A01, B01, C01, instead of A01, A02, A03.
updated ordering of Advanced search options to put search options that are faster at the top of the list. Helps user select options for faster searches. Equals, Begins With, and Ends With are FAR faster than contains searches. Note that these search options are available when clicking "More Options"
updated list of FIMS connections to only contain working FIMS connections
Upgraded development environnment to synchronize with geneious prime and java 11