File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 66# This takes a SBML or COPASI file and replicates it as a set of sub-models
77# which can exist just side-by-side or can be connected in different ways.
88#
9- # Written March-August 2024 by Pedro Mendes <pmendes@uchc.edu>
10- # this code is released under the Artistic 2.0 License
9+ # This code is released under the Artistic 2.0 License
10+ # Initially written March-August 2024 by Pedro Mendes <pmendes@uchc.edu>
11+ # Additions by Maya Abdalla January-May 2025
1112
1213# version 1.0 has the baseline functionality
14+ # version 1.1: bugfix allowing models to have species in more than one
15+ # compartment with same name
1316
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: v.1.2 : incorporate Maya's additions (vivarium mode)
18+ #TODO: v.1.3 : rationalize all topologies through network representation
19+ #TODO: v.1.4 : gene regulation by adding corresponding protein?
1720#TODO: WISH LIST
1821#TODO: binding between units? (would nedd to select A,B and bind each one on each side)
1922#TODO: modification between units? (would need to select species and reaction)
2023#TODO: hexagonal arrays? (please no!)
2124
22- __version__ = "1.0 "
25+ __version__ = "1.1 "
2326
2427import os
2528import re
You can’t perform that action at this time.
0 commit comments