An open-source platform for programmatically interacting with and managing Nucleic acid sequences synthesis processes.
Project description
OpenOligo
OpenOligo is an open-source platform for programmatically interacting with and managing DNA synthesis processes.
Getting Started
pip install openoligo
A simple Example
from openoligo import Manifold, MockValve
from openoligo.steps import perform_flow_sequence
from openoligo.utils import ms
m = Manifold(MockValve, 4)
perform_flow_sequence(
m,
[
(0, ms(100)),
(2, 1),
(1, ms(200)),
],
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
openoligo-0.1.2.tar.gz
(11.4 kB
view hashes)
Built Distribution
openoligo-0.1.2-py3-none-any.whl
(15.3 kB
view hashes)
Close
Hashes for openoligo-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 332b65a2851454b73611097b0452dba68f060eeba31f9b8807307aee06d018ec |
|
MD5 | 639b9340a1babbe4e1a7b958fd16679e |
|
BLAKE2b-256 | 8ea297d0810af04c16618af0d6964a25c253613349d33cdb75ca18e29199ae87 |