We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1065581 commit e022a89Copy full SHA for e022a89
src/sbmodelr.py
@@ -9,8 +9,12 @@
9
# Written March-August 2024 by Pedro Mendes <pmendes@uchc.edu>
10
# this code is released under the Artistic 2.0 License
11
12
-#TODO: POSSIBLE IMPROVEMENTS
13
-#TODO: gene regulation by adding corresponding protein?
+# version 1.0 has the baseline functionality
+
14
+#TODO: v.1.1: incorporate Maya's additions (vivarium mode)
15
+#TODO: v.1.2: rationalize all topologies through network representation
16
+#TODO: v.1.3: gene regulation by adding corresponding protein?
17
+#TODO: WISH LIST
18
#TODO: binding between units? (would nedd to select A,B and bind each one on each side)
19
#TODO: modification between units? (would need to select species and reaction)
20
#TODO: hexagonal arrays? (please no!)
0 commit comments