Devesh Khandelwal
Devesh Khandelwal
Please add installation via the _chocolatey_ package manger, if possible.
Every chapter is now linked to its predecessor and successor chapter. Its just a small change but can be helpful if someone is reading through them on GitHub. Thank You.
Passing invalid sequences should raise `ValueError`. Or not? /cc @PrashntS @PragyaJaiswal
The not-at-all good looking client-side of the web-app needs to be written properly. Initially it was written quickly without caring about design, best practices, or maintenance. And I must be...
JavaDoc is available, but it barely of any use given the nature of this project. So, we need the good old hand-written docs for usage and understanding the structure of...
Right now, the API only support `SBML Escher` conversion. The command line executable does support SBML export, but this is not implemented in the API (and hence, web app). The...
`/convert/{convert_id}/output/{file_id}/cobra` should return a COBRA model in a JSON file if the corresponding `file_id` is an FBC compliant SBML file. This will be done after #26 is fixed.
This is half-implemented, awaiting just a bug fix. The logic for this is sort of already implemented in `EscherConverter.extractCobraModel(File)`, but the python command doesn't work. So, only fixing that should...
Create a new end-point `/convert/{convert_id}/archive` which returns an archive containing all file (input, output, and logs). The `Content-Type` will most probably be `octet-stream`. Implementing this is simple, since every conversion...
While Windows isn't officially supported, some users might want to run Tutor on Windows. This section provides some tips and tricks to help you troubleshoot common issues. These are from...