Yoshiki Vázquez Baeza
Yoshiki Vázquez Baeza
I used to be able to rely on my config file in `~/.ssh/config` to resolve the identify file I needed to use, server name, etc. Now this does not seem...
Use [`optgroup`](https://www.w3schools.com/tags/tag_optgroup.asp) to list methods under a plugin name in the processing interface. This would help with challenges that might arise from method names not being globally unique.
Often times studies are created and generate data independently, however in order for any of these to be generally useful, they need to be combined as a single _investigation_. An...
This would be a command line utility that guides you through setting up your Qiita environment, for example it would ask you about what the location of the `working_dir` you...
Currently it is only possible to process FASTA studies that include quality files, otherwise you will get a pop-up saying that you need QUAL files.
Not urgent right now, but would be good to have it.
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...
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...