qiita icon indicating copy to clipboard operation
qiita copied to clipboard

Qiita - A multi-omics databasing effort

Results 155 qiita issues
Sort by recently updated
recently updated
newest added

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...

Be able to run picrust on a reference picked table

enhancement
group input
GUI
CMI-request
must-have

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...

nice-to-have
IsThisStillAnIssue?
API

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...

testing
performance
IsThisStillAnIssue?

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...

group input
GUI
easy-fix
analysis-plugin
CMI-request
nice-to-have

- [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,...

enhancement
database changes

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...

enhancement
refactor
priority: low