Rothamsted / knetminer

KnetMiner - webapp to search and visualize genome-scale knowledge graphs
https://knetminer.com
MIT License
25 stars 16 forks source link

Make GenoMaps take up whole container in Map View #723

Closed Arnedeklerk closed 1 year ago

Arnedeklerk commented 1 year ago

Map view's GenoMaps is far too small. It could be far more usable if it took up more screen real-estate.

marco-brandizi commented 1 year ago

Is this a Knetminer or Genomaps issue? If you need to change the Genomaps code, just a reminder that I've recently migrated the last changes back to master, I've released v2.0.0-RC.1 and linked this to Knetminer.

To link a modified version (of Genomaps), you should push it to master, then link the last version in client-base:

<client-base>/update-js.sh "https://github.com/Rothamsted/genomaps.js.git" genomaps

test and then, when it's working, we should issue another release of genomaps and link that one in preparation for the new knetminer release (append #x.y.z to the URL above, in update-js.sh, update the corresponding command to make it permanent).

I can do the new release part if you want.

Arnedeklerk commented 1 year ago

@marco-brandizi brilliant, thank you. Not sure if it's a genomaps or KM issue as of yet, needs more investigation during 5.7. I simply made the ticket before I forget. Good to have this info here, thanks.