Enable selection of heatmap orientation...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.
Add progress indicator. Handle errors....Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi
* Add a progress indicator to show the user that there is some
progress happening, so that they can wait.
Add a function to handle any errors that arise.
Frederick Muriuki Muriithi
2021-09-25
Remove hard-coded URL; use configured URL...Issue:
https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi
* etc/default_settings.py: remove duplicate configuration variable
* wqflask/wqflask/collect.py: use the configured url for the API
server
Use the configured URL rather that the hard-coded URL that was used
for testing out the clustered heatmap generation.