qiita
qiita copied to clipboard
Qiita - A multi-omics databasing effort
It would be nice to be able to utilize the coverage info in a Qiita analysis. The primary use case that comes to mind is being able to filter the...
Currently, the coverage and alignment data are associated with the "Alignment profile" artifact, which contains a "none.biom" table. The features of the "none.biom" table are lineage strings, but the identifiers...
When I edit my user profile and enter my affiliation in German, i.e. "Universität Gießen", I get the following error, due to the use of `ä` and `ß`:  Is...
During analysis creation, we currently allow merging all samples or keep separate by artifact and it will be nice if we had the same options for human-filtering-option and/or the instrument_model.
When an admin is in one of their pages and the session expires the GUI shows a DataTables error: ``` ERROR: 'NoneType' object has no attribute 'email' TRACE: Traceback (most...
EBI permitted values platform: DNBSEQ instrument: DNBSEQ-G400, DNBSEQ-T7 needs to be requested to be added by EBI: DNBSEQ-G800
```python In [11]: update_resource_allocation_table(weeks=20) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Input In [11], in () ----> 1 update_resource_allocation_table(weeks=20) File ~/qiita/qiita_db/util.py:2972, in update_resource_allocation_table(weeks, test) 2967 df = pd.DataFrame(data) 2969 #...
I might miss something here, but from reading the code of https://github.com/qiita-spots/qiita/blob/fdad618cc6283430decc6511c0cc6b9b477c1fb6/qiita_core/configuration_manager.py#L21 I cannot spot where the field `UPLOAD_DATA_DIR` of the `[main]` section is ever used. Maybe you want to...