Home | Getting Started | Generic Tools | EchoProto | EchoProto Templates | OTProto | OTProto Templates
This is a python package containing a set of tool to help with writing automation protocols for various liquid handling robots. There are also a set of generic tools which may help with writing protocols for multiple automation equipment
ReadTheDocs for the latest version.
To install the latest release, install with pip: pip install biomationscripter
To get the development code, clone the repository in to your working area, and then choose one of the options below:
A. Run the following command to install the python package on your machine:
`pip install git+https://github.com/intbio-ncl/BiomationScripter.git`
B. cd
into the directory you just cloned, and run the following command to install the python package on your machine:
`python setup.py install`
https://biomationscripterlib.readthedocs.io/en/latest/Getting-Started
https://biomationscripterlib.readthedocs.io/en/latest/BiomationScripter
https://biomationscripterlib.readthedocs.io/en/latest/EchoProto
https://biomationscripterlib.readthedocs.io/en/latest/EchoProto_Templates
https://biomationscripterlib.readthedocs.io/en/latest/OTProto
https://biomationscripterlib.readthedocs.io/en/latest/OTProto_Templates