Home - CovertLab/wcEcoli GitHub Wiki
Welcome to the wcEcoli wiki!
Wiki usage heuristics
- Documentation to include in release forks is better in the repo itself, versioned with the code.
- Documentation for internal use (e.g. branch flow techniques) can be kept separate, in the wiki.
- Docs on the code, its development (e.g. style guide), and use (e.g. how to run) are better in the repo, typically in the
docs/
directory. - Quick notes and tips can go in the wiki.
- (Other categories?)
See
- Wiki pages are listed on the right [some of them still have content, others just link to the docs/ directory] ---------->
- The wcEcoli README.
- The docs/README index of docs including instructions to set up and run the model.
- Notes on archiving and deleting stale git branches.
- NumPy-optimization-tips and Issue #100: Int/float NumPy performance.
- using
eval()
andexec()
in place of generating .py source files.