Show HN: The Autoprotocol Language Standard for Biology
autoprotocol.org
Show HN: The Autoprotocol Language Standard for Biology
1–10 of 18 posts
Re: Show HN: The Autoprotocol Language Standard for Biology
#2Re: Show HN: The Autoprotocol Language Standard for Biology
#3Re: Show HN: The Autoprotocol Language Standard for Biology
#4Re: Show HN: The Autoprotocol Language Standard for Biology
#5Re: Show HN: The Autoprotocol Language Standard for Biology
#6What's the 3rd party hardware/software support for this like?
[1]: https://github.com/autoprotocol/autoprotocol-python [2]: https://github.com/autoprotocol/autoprotocol-core
Re: Show HN: The Autoprotocol Language Standard for Biology
#7Another of the devs here along with @therzka, happy to answer questions :)
Is there a sample output spec, compared with the norm of human readable input? As is, this seems like a solution for computers, not folks in the lab.
Re: Show HN: The Autoprotocol Language Standard for Biology
#8Another of the devs here along with @therzka, happy to answer questions :)
This is neat, but you guys have failed on the basic human motivation. A python file isn't something I can take into the lab with me to reproduce an experiment. Does this spit out a useful human readable set of instruction? Is there a sample output spec, compared with the norm of human readable input? As is, this seems like a solution for computers, not folks in the lab.
At its core, Autoprotocol is just a way to agree on how to capture all of the information about an experimental method, which in itself turns out to be deceptively complex (though looks a little obvious afterwards when you see it). That description is just JSON: it can be generated by scripts, UIs, or written by hand (and we at Transcriptic + customers do all three) and it can be consumed by lots of different things. If you have a lab of your own, we'll release our to-english converter soon! You can also post the protocol JSON to Transcriptic to run it in our cloud lab environment, which produces a preview of the instructions that looks like this: http://imgur.com/EOBfZfW
Re: Show HN: The Autoprotocol Language Standard for Biology
#9What is the overall process when using autoprotocol? I presume there are standardized robotic workstations with the capability to - 'do biology'. My experience of microbiology is limited to high school biology experiments 20 years ago -sequencing DNA and culturing bacteria on a petri dish. What is it exactly like to do biology in a modern research setting? (rough high-level description/example appreciated :) )
An example of an experiment someone could run through our cloud laboratory interface would be to monitor the growth rate of bacteria expressing different genes. This would be done using a protocol that contains some pipetting steps to dilute the bacteria and then alternates between incubating the plate at 37 degrees and reading OD600 of its wells using a plate reader at a specified interval for a certain number of repetitions.
Re: Show HN: The Autoprotocol Language Standard for Biology
#10If you can indeed encode all the primitives needed to more formally describe an experiment this would be great.
Are you worried the language will endlessly grow in complexity as you find edge cases it doesn't support?