-
Notifications
You must be signed in to change notification settings - Fork 0
Home
harijay edited this page Sep 13, 2010
·
2 revisions
Welcome to the protein-crystallization-gridmaker wiki!
To use this library import the directory as a module in python.
Say , the code is saved in a directory called protein-crystallization-gridmaker
Create a python script in a text editor. You should add the following two lines replacing the “/Users/harijay/protein-crystallization-gridmaker” with the path to the directory .
import sys
sys.path.append(“/Users/harijay/protein-crystallization-gridmaker”)
Then you can write code as in the examples to create your plate dispense lists .
Alternatively modify the examples in place and create your dispense lists.
GUI ( graphical user interface ) coming soon!