Antonio Gonzalez
Antonio Gonzalez
Hello, We just hit this memory issue and after reading about it, I think it might be useful to explain how we found it as it might help find a...
@mwaskom, thank you for the prompt reply. Interestingly, we always set the number of [bins in our code](https://github.com/qiime2/q2-feature-table/blob/master/q2_feature_table/_summarize/_visualizer.py#L78) but we still see a huge difference between distplot and histplot -...
Adding here the list from https://github.com/biocore/qiita/issues/2684: Decided that I'll put together a list of things we want to improve so we can group discus and address. - [ ] Currently,...
Adding another request here: - [x] make sure that we can add parameters to the qsub command without having to restart qiita, for example, [the location of epilogue](https://github.com/biocore/qiita/blob/master/qiita_db/processing_job.py#L281), which is...
New requests: - [ ] Add support for certain jobs to be executed locally in the head node, even on systems submitting jobs on Torque. This would involve an environment...
@jdereus, if I remember correctly this is something you actually requested long time ago but it was classified under the wrong issue so when I was working on the other...
Thank you for clarifying! Yes, it's the qiita head node (where the web servers run) ... BTW the qiita system can _not_ submit jobs to the cluster head node.
> - A way to express an analysis workflow that is in common between Microsetta and Qiita, perhaps through something like CWL, or we figure out how to migrate Microsetta...
from @wasade: mutex should be pushed down into the objects not the interfaces. Otherwise a user could trigger a prep file recreation from the gui while in parallel a user...
@wasade, thinking more about this: the mutex is already implemented as part of the pgSQL transactions, so not sure if worth implemented at the object level as the only reason...