You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the bulk of the work is done, it cannot be closed until visualize also has a nice dispatch (some work there started). This will fix two things 1) make the tests nice again and 2) allow for decent get_interlink() variables to be used with the POSTs in visualize_amigo.tmpl and visualize_freeform.tmpl (as the run mode will be covered by the dispatch, removing the need for the hidden variables).
proper by placing all clients and links into visualize.
As well, started separating a bit more to get ready for visualize to
have its own dispatch, like amigo.
A fair bit moved around, so testing would be nice.
This is most of the work for #185.
fix get_interlink and make sure visualize_*.tmpl use interlinks from WebApp.pm rather than the hard-code path (not done due to above and cannot mix GET and POST args apparently)
tests to check the different run modes
(maybe) add forwarding for amigo/visualize to visualize/client/amigo
There are currently issues dealing with redirects and URL sizes when trying to create graphs using the AmiGO clients for the Visualize service.
The easiest way around these it to refactor all of the visualization clients directly into VisualizeServer.pm and rejigger the linking.
The text was updated successfully, but these errors were encountered: