Skip to content

A Python library to assist with scripting bio-automation protocols

License

Notifications You must be signed in to change notification settings

intbio-ncl/BiomationScripterLib

Repository files navigation

build Documentation Status PyPI version

BiomationScripter Logo

BiomationScripter

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.

Installation

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`

Getting Started

https://biomationscripterlib.readthedocs.io/en/latest/Getting-Started

BiomationScripter - Generic Tools

https://biomationscripterlib.readthedocs.io/en/latest/BiomationScripter

EchoProto

https://biomationscripterlib.readthedocs.io/en/latest/EchoProto

https://biomationscripterlib.readthedocs.io/en/latest/EchoProto_Templates

OTProto

https://biomationscripterlib.readthedocs.io/en/latest/OTProto

https://biomationscripterlib.readthedocs.io/en/latest/OTProto_Templates