Skip to content

Commit

Permalink
updated geneexpr_3tube.py to re-enable bioscrape sims
Browse files Browse the repository at this point in the history
  • Loading branch information
murrayrm committed Aug 28, 2018
1 parent 311f2b7 commit 7e1db9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/geneexpr_3tube.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# the python version.

import txtl
import txtl.bioscrape

# Set up the standard TXTL tubes
tube1 = txtl.extract('BL21_DE3')
Expand Down Expand Up @@ -46,7 +47,7 @@

# plot the result
#! TODO: implement
txtl.plot(simdata, well1, ['Protein_deGFP', 'Protein_tetR'])
txtl.bioscrape.plot(simdata, well1, ['Protein_deGFP', 'Protein_tetR'])

# Create an SBML file containing the model
txtl.write_sbml(well1, 'geneexpr.xml')

0 comments on commit 7e1db9c

Please sign in to comment.