Hello everyone,
Doing my first steps in automation (do have software engineering and data science background - talk Python to me :-). I would like to share some challenges and peculiarities I encountered while attempting to run a program on Venus. The program “Normalizing DNA,” was shared with me by my colleague.
The Normalizing DNA method utilizes a command called “CO-RE 96 Head Tip Pick Up (Single Step) on ML_STAR,” which is a standard command in Venus, similar to a regular aspirate function. The code was validated on Hamilton STAR, and it used in our company on a regular basis (it’s kinda ‘hello world’ of automation - simply normalize DNA with buffer, according to an input excel file with DNA concentrations).
Unexpectedly, it did not port properly to another computer. Instead, it generated an “Error of method not installed.”
After spending several hours trying to resolve the issue, I discovered that the command was hidden and only accessible in Venus by navigating to Tools → System Configuration Editor. It doesn’t make any sense to me that the “hidden” command is treated as disabled, and the error is “not installed” - sending me to try to improve the installation of VENUS.
Furthermore, one of my attempts to fix the issue involved importing some Hamilton libraries, assuming the code for the command was missing from the method and needed to be imported. This attempt actually made things worse ! Not only that the error continued, but also once I disabled the command, VENUS threw a new error - just because the libraries were installed. I needed to uninstall those libraries. It doesn’t make any sense to me to see errors just because another library is installed.
There are two odd aspects to this:
- The wrong error message sent me to install, instead of simply enabling.
- Once I enabled it to resolve the issue - a new error appeared.
- That library error occurred at the beginning of the run, while the hidden command issue surfaced in the middle. I would have expected the library error to manifest at the start of the run, even on the first attempt. Why does it appear in the middle if there is an error at the beginning?
Has anyone else encountered similar issues, or does anyone have any insights on this?
Thank you
Ofer