Aside about nanopore
run = requests.post(url("%s/runs" % PROJECT), json.dumps({
"run": {
"title": "Synthesize pri-F",
"request": {
"type": "synthesis",
"sequence": {
"sequence": "acatctgagcgagcgac",
"name": "pri-F"
}
}
}
}), headers = headers).json()
print run['id']
{
"title": "Incubate bacteria",
"protocol": {
"refs": {
"plate1": {
"id": "ct139xhhctkphy",
"store": { "where": "cold_4" }
}
},
"instructions": [
{
"op": "incubate",
"object": "plate1",
"where": "warm_37",
"duration": "2:hour",
"shaking": true
}
]
}
}