Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Summer 2: 22 Jun - 3 Jul
Description
Situation: When a user clicks View in IGB for data at usegalaxy.org a url is created and the user is directed to bioviz where javascript alters the url allowing data to be streamed to IGB. Currently, when clicking View in IGB at usegalaxy.org the page responds with "This site can't be reached".
Example data: https://usegalaxy.org/u/nfreese/h/visualization-of-whole-genome-dna-methylation-data-in-igb-focus-on-a-feature
Task: Determine the problem and implement a solution so that data are sent to IGB.
May be an issue with a misplaced forward slash.
This is the URL that I am currently getting that is broken:
https://www.bioviz.orggalaxy.html/?version=Arabidopsis_thaliana_TAIR10&feature_url_0=https://usegalaxy.org/display_application/bbd44e69cb8906b51371325f402dce0f/igb_bam/View/f7d0b06217bfdb8a/data/RNA_seq_Chr1_KO.bam&sym_name_0=RNA_seq_Chr1_KO&sym_method_0=https://usegalaxy.org/display_application/bbd44e69cb8906b51371325f402dce0f/igb_bam/View/f7d0b06217bfdb8a/data/RNA_seq_Chr1_KO.bam&query_url=https://usegalaxy.org/display_application/bbd44e69cb8906b51371325f402dce0f/igb_bam/View/f7d0b06217bfdb8a/data/RNA_seq_Chr1_KO.bam&server_url=galaxy
Note that there is no forward slash between org and galaxy.html, but there is a forward slash between html and ?
Moving the forward slash to the correct position seems to fix the url.
https://www.bioviz.org/galaxy.html?version=Arabidopsis_thaliana_TAIR10&feature_url_0=https://usegalaxy.org/display_application/bbd44e69cb8906b51371325f402dce0f/igb_bam/View/f7d0b06217bfdb8a/data/RNA_seq_Chr1_KO.bam&sym_name_0=RNA_seq_Chr1_KO&sym_method_0=https://usegalaxy.org/display_application/bbd44e69cb8906b51371325f402dce0f/igb_bam/View/f7d0b06217bfdb8a/data/RNA_seq_Chr1_KO.bam&query_url=https://usegalaxy.org/display_application/bbd44e69cb8906b51371325f402dce0f/igb_bam/View/f7d0b06217bfdb8a/data/RNA_seq_Chr1_KO.bam&server_url=galaxy