Skip to content

Commit 9ae24e6

Browse files
committed
biolog, builder fix, editor fix, testing, msequation fix
1 parent 1a6e9af commit 9ae24e6

16 files changed

+1442
-77
lines changed

examples/Genomes.ipynb

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"metadata": {},
77
"outputs": [],
88
"source": [
99
"import modelseedpy\n",
10-
"from modelseedpy.core.msgenome import MSGenome, parse_fasta_str\n",
10+
"from modelseedpy.core.msgenome import MSGenome\n",
1111
"from modelseedpy.core.rast_client import RastClient"
1212
]
1313
},
@@ -16,14 +16,18 @@
1616
"execution_count": null,
1717
"metadata": {},
1818
"outputs": [],
19-
"source": []
19+
"source": [
20+
"genome = MS"
21+
]
2022
},
2123
{
2224
"cell_type": "code",
2325
"execution_count": null,
2426
"metadata": {},
2527
"outputs": [],
26-
"source": []
28+
"source": [
29+
"1"
30+
]
2731
},
2832
{
2933
"cell_type": "code",

0 commit comments

Comments
 (0)