This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
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!







