gvlproject / gvl.ansible.playbook

Playbook for building the Genomics Virtual Laboratory
7 stars 4 forks source link

Statistics > Correlation: formulas are missing #48

Open igormakunin opened 8 years ago

igormakunin commented 8 years ago

GVL-4.1.0 instance was deployed from ami-0000399e image Statistics > Correlation tool does not show formulas (png files). OK on GVL4.0.0.

jessicachung commented 7 years ago

This can be fixed by editing path in line 614 in the file: /mnt/galaxy/galaxy-app/lib/tool_shed/util/shed_util_common.py

From

route_to_images = 'admin_toolshed/static/images/%s' % encoded_repository_id

to

route_to_images = 'galaxy/admin_toolshed/static/images/%s' % encoded_repository_id
AndrewIsaac commented 7 years ago

Should contribute the fix to galaxy-main + make this local patch in our filesystem