The Model SEED is a tool for building, curating, and analyzing gonome-scale metabolic models. Visit the Model SEED homepage for installation instructions and full feature documentation.
Function to automatically create a issue on Github for the last error. We are already generating an error file that contains useful log information. Github has a good API for creating new issues http://developer.github.com/v3/issues/
It shouldn't be hard to write a script that will automatically submit an issue. The only foreseeable problem is dealing with authentication when submitting the issue. We could embed a OAuth key for a fake user with few access rights.
Function to automatically create a issue on Github for the last error. We are already generating an error file that contains useful log information. Github has a good API for creating new issues http://developer.github.com/v3/issues/
It shouldn't be hard to write a script that will automatically submit an issue. The only foreseeable problem is dealing with authentication when submitting the issue. We could embed a OAuth key for a fake user with few access rights.