Details
-
Type:
Task
-
Status: To-Do (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Spring 1, Spring 2
Description
Situation: Galaxy supports multiple file types for visualization in IGB. However, it is missing GFF and VCF file formats.
Task: Enable IGB to open Galaxy VCF and GFF format data sets
Instructions for running Galaxy locally: https://galaxyproject.org/admin/get-galaxy/
Attachments
Issue Links
- relates to
-
IGBF-4011 Enable IGB to open Galaxy CRAM format data sets
-
- Closed
-
Since working on a similar ticket to enable Galaxy to display CRAM files in IGB, Galaxy has had several new releases come out. This has come with changes to the files they host for setting up local Galaxy instances and I am now having trouble running Galaxy locally.
When running sh run.sh to start the server, I get the following error:
galaxy.model.migrations.exceptions.OutdatedDatabaseError: Your galaxy database has version 3af58c192752, but this code expects version 312602e3191d. To upgrade your database, run `manage_db.sh upgrade`. For more options (e.g. upgrading/downgrading to a specific version) see instructions in that file. Please remember to backup your database before migrating.Per that error, I then run ./manage_db.sh upgrade to upgrade my galaxy database. However, my database does not appear to be upgrading to the version specified by the previous error:
This does appear to be a known issue per the instructions here: https://galaxyproject.org/admin/get-galaxy/#keep-your-code-up-to-date. However, the instructions for fixing this issue are minimal, so I'm stuck troubleshooting this issue for now.