Hi,
using gbrowse 2.13
We have a non-standard installation that might be the source of this bug, where our main website is run by a main apache2 that forwards all gbrowse requests to a different port. So, we have GBrowse.conf url_base set to "/" (no quotes) so that CSS, javascript, and images are served from the main apache HTDOCS.
This causes incorrect link generation in annotation_help and general_help subroutines of Bio::Graphics::Browser2::Render. For example, the "Help -> Help with this Browser" is rendered as "//general_help.html". This is mal-formed and not reachable.
Use of the url_base parameter in Bio::Graphics::Browser2 and Bio::Graphics::Browser2::DataSource appear to be unaffected.
Attached is a simple patch file for Render.pm with the workaround we are using, that returns "/general_help.html" and "/annotation_help.html" if url_base is "/" or default 2.13 behavior otherwise.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
proposed patch for url_base parameter usage in Render.pm