Skip to content

Commit

Permalink
docs: as per agreement remove some cplex
Browse files Browse the repository at this point in the history
This setting should become default instead. Kept in places where it
should be explained.
  • Loading branch information
hredestig committed Jul 28, 2017
1 parent 064afe6 commit 4637f0c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 62 deletions.
25 changes: 11 additions & 14 deletions cameo-01-predict-heterologous-pathways.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"## Making sure you have cplex installed\n",
Expand All @@ -41,7 +43,9 @@
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"import re\n",
Expand All @@ -52,21 +56,12 @@
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
"model = read_sbml_model('data/iMM904.xml.gz')"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"model.solver = \"cplex\""
"model = read_sbml_model('data/iMM904.xml.gz')"
]
},
{
Expand Down Expand Up @@ -1287,7 +1282,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"universal.metanetx_universal_model_bigg_rhea_kegg"
Expand Down Expand Up @@ -1323,7 +1320,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2+"
"version": "3.6.0"
},
"toc": {
"colors": {
Expand Down
24 changes: 1 addition & 23 deletions cameo-02-generating-gene-knockout-strategies.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,6 @@
"model = read_sbml_model('data/e_coli_core.xml.gz')"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"model.solver = \"cplex\""
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -873,17 +862,6 @@
"model = read_sbml_model('data/e_coli_core.xml.gz')"
]
},
{
"cell_type": "code",
"execution_count": 15,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"model.solver = \"cplex\""
]
},
{
"cell_type": "code",
"execution_count": 16,
Expand Down Expand Up @@ -1985,7 +1963,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2+"
"version": "3.6.0"
},
"toc": {
"colors": {
Expand Down
13 changes: 1 addition & 12 deletions cameo-03-gene-expression-modulation-targets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,6 @@
"model = read_sbml_model('data/e_coli_core.xml.gz')"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"model.solver = \"cplex\""
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -1286,7 +1275,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2+"
"version": "3.6.0"
},
"toc": {
"colors": {
Expand Down
2 changes: 1 addition & 1 deletion cobrapy-03-manipulating-the-model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2+"
"version": "3.6.0"
},
"toc": {
"colors": {
Expand Down
13 changes: 1 addition & 12 deletions cobrapy-05-advanced-constraints-objectives.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@
"model = read_sbml_model('data/e_coli_core.xml.gz')"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"model.solver = \"cplex\""
]
},
{
"cell_type": "code",
"execution_count": 4,
Expand Down Expand Up @@ -412,7 +401,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2+"
"version": "3.6.0"
},
"toc": {
"colors": {
Expand Down

0 comments on commit 4637f0c

Please sign in to comment.