qiita
qiita copied to clipboard
Qiita - A multi-omics databasing effort
Several of the PATCH requests in Qiita are sending data via the request's arguments, whereas the standard expects that the data be sent via the body of the request as...
picrust
Be able to run picrust on a reference picked table
The qiita_pet/handlers/api_proxy module returns data in the form of `{'status': '[error | success]', 'message': '...', 'data': ''}`. Regardless of the value of the `status` key, the return code appears to...
- change the REST API return to be more complete, AKA return status message and the other current values - change "/...../sharing/" to "/...../share" See discussion here: https://github.com/biocore/qiita/pull/2170/files cc @ElDeveloper...
We could add siege (http://www.joedog.org/index/siege-home) or something similar to test performance in travis. Perhaps set a minimal number of transactions for each of the most demanding blocks so we make...
Currently, the names of the Qiita file objects are confusing cause the objects are upper case and the files are lower case but it's not clear in the name that...
- [x] `version` column will be removed - [x] `ontology` column will have a unique constraint (thus allowing it to work with `convert_to/from_id`) - [ ] when metadata is loaded,...
I think it makes more sense to have it as an instance method rather than a class method. @antgonza concern is: ``` pd.delete() pd.whatever = 55 ``` However, this is...