-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with TecanFluent? #14
Comments
Hi Clay! *That's one reason why we chose the AGPLv3 license, by the way :) **I implemented also DiTi handling, but this part is not heavily tested in practices, because we typically use fixed tips. To extend the feature set of
This should, of course, be accompanied by tests for the new implementations. Side note: robotools.evotools which is currently a folder with one Also cc @LarsHalle best |
Hey @michaelosthege, thanks for the quick response! Great, those first steps sound good. My initial plan moving forwards will be to read through the code & documentation, test out some simple worklists, then get back to you with updates on how that goes. Also some quick background: I spent the past year working with a Hamilton liquid handler, specifically controlling it w/ the PyHamilton package & building my own method compiler & GUI for casual users to operate the robot. I'm very familiar with general concepts involved with operating liquid handlers, but am new to the specifics of Tecans (as well as Tecan Fluents vs FreedomEVO). What is your method for feeding the worklist to the Tecan? Do you manually select it while in the commercial software GUI, or are you using the API to start the runs via an external application / terminal? I came across a few pieces of information on MAPlinx SDK & API, and am wondering if those are worth pursuing. Best, |
Sounds good! If you're looking at more sophisticated setups where the liquid handler GUI software is no longer in charge, the EVOware has a "remote mode" through which one can programmatically turn it on, initialize, load a script from a file and execute that script. |
Testing for CLA agreement... |
Looks like the GitHub action was triggered, but it didn't do anything. The simplest workaround would be to open a PR. |
There's now |
Hi, I am graduate student at UT Austin working on developing liquid handling protocols to validate our deep learning models for protein engineering (https://mutcompute.com). We have a TecanFreedom and a TecanFluent that are being underutilized, and I want to get these up and running. I am currently looking for a Python library that can control the machines, and came across yours by recommendation of Sandor (said he's a former colleague of yours).
I am wondering if you guys know if this software will work out of the box for the TecanFluent (I already know it works for the Freedom). If it doesn't, do you know what/where changes I would need to make to adapt/extend this library to work on a TecanFluent?
I would be more than happy to fork the repo, implement the necessary changes, and PR them back. I would greatly appreciate if you guys can provide some initial guidance to get me started. (Just found the repo and am looking through it now).
Thanks,
Clay Kosonocky
The text was updated successfully, but these errors were encountered: