-
Hello,
Is there way to load a protocol from a json file?
For example, the protocol can be serialized to JSON using:
```
# serialize the protocol as Autoprotocol JSON
print(json.dumps(p.as_…
-
I'm exploring the reuse of autoprotocol in a client's dna-synthesis platform they've built from scratch.
When using [Protocol.dispense()](https://autoprotocol-python.readthedocs.io/en/latest/prot…
-
Hi @scottbecker
, cool project! I am developing a workflow editor + note-taking app for bench researchers (open source) and found this repo while looking for users of autoprotocol "in the wild."
…
-
Both Greg and I have run autoprotocol, and did not get initial promising results with the example. Has anyone gotten better results?
![delg](https://cloud.githubusercontent.com/assets/6333823/20773…
-
Looks like documentation build fails with sphinx 5.x
```console
+ /usr/bin/sphinx-build -n -T -b man doc-source build/sphinx/man
Running Sphinx v5.0.2
Traceback (most recent call last):
File …
-
As discussed in our meeting, we'd like to generalize the model to permit each well to have arbitrary concentrations of multiple components, and to attach a competitive binding model for each ligand sp…
-
Currently, the PAML implementation embeds a set of libraries based on autoprotocol and implements a method for importing primitives from these libraries.
How do we want to handle it when we start …
-
- [ ] Move 95% interval plotting to plots.py
- [ ] Add ability to increase samples through inputs.py
- [x] Add ability to use filesets for single wavelength assays.
- [x] Include subset of data use…
-
```
~/Downloads/otyasmilebasic $ ./otyasmilebasic.exe
std.net.curl.CurlException@std\net\curl.d(3943): Failed to load curl, tried "libcurl.dll", "curl.dll".
----------------
0x0047C4B7 in pure @…
-
From some profiling tests, it looks like root solving in the `GeneralBindingModel` is the dominant cost of the new autoprotocol-based assaytools changes, with total cost being somewhere around 76% of …