Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mapping method in export filename
|
|
Scroller (so all rows beyond a certain point)
|
|
added some comments + changed EOL to LF because the file suddenly started including EOL characters
|
|
since I was only writing it to generate a specific file and it probably won't be re-used
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clustered_heatmaps
|
|
data.get("field") will default to None if there is no value; and None
is falsy.
|
|
|
|
|
|
|
|
Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/non-clustered-heatmaps-and-flipping.gmi
* Provide the user with the UI elements to enable them select the
orientation of the heatmap that will be produced.
|
|
|
|
|
|
After adding the missing attribute to "self.trait", we need to also
need to update some missing calls.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to be globally accessed anymore (I think I intiially moved it because I was calling it in create_group_data, but that ended up being unnecessary
|
|
id, name, changed_timestamp, and created_timestamp in group details
|
|
group_list by using group_list.items()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* wqflask/wqflask/decorators.py (edit_access_required.wrap): Query the
proxy to see the access rights of a given user.
|