You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ Automated equation generation of candidate models for synthetic microbial commun
4
4
AutoCD builds a equations for candidate model systems that can simulate the growth of bacteria capturing important interactions such as competition for nutrients, communication through quorum sensing and amensalism via bacteriocins. AutoCD performs model selection for a desired population level behaviour. AutoCD is intended to aide in the design of synthetic microbial systems, identfying promising candidate network topologies and essential parameters for controlling a microbial community.
5
5
6
6
7
-
AutoCD is written in C++ and Python 3.4+, data analysis scripts require R. This has been tested on Linux only.
7
+
AutoCD is written in C++ and Python 3.4+, data analysis scripts require R.
8
+
9
+
This software has been tested on Linux and designed for HPC, using OpenMP for parallel simulations.
8
10
9
11
## Requirements
10
12
@@ -17,7 +19,7 @@ g++ (tested with g++-8)
17
19
Boost >= v1.67
18
20
OpenMP
19
21
20
-
Boost must be installed for the version of python being used to run AutoCD. Ensure boost has been correvtly added to paths. Run `build_test.sh` to test on a simple build example and identify issues with library flags and ensuring the correct Python includes. Changes should be made to `build_pop_modules.sh` which is used to the build necessarry Boost Python libarary for a newly generated model space.
22
+
Boost must be installed for the version of python being used to run AutoCD. Ensure boost has been correctly added to paths. Run `build_test.sh` to test on a simple build example and identify issues with library flags and ensuring the correct Python includes. Changes should be made to `build_pop_modules.sh` which is used to the build necessary Boost Python libarary for a newly generated model space.
0 commit comments