ModelSEED / Model-SEED-core

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.
http://bionet.mcs.anl.gov/index.php/Model_SEED_Homepage
Other
19 stars 10 forks source link

[Feature] ms-lasterror --report #141

Open devoid opened 12 years ago

devoid commented 12 years ago

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.