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
Description
Situation: During the eFP-Seq Browser release testing Karthik found that the "Alignments in IGB" link was missing. Looking at the eFP-Seq Browser GitHub page, there is a file cgi-bin/core/custom.js that contains some logic to add the Alignments in IGB link:
if (bam_type === "Amazon AWS") { append_str += '<div id="igbLink_' + experimentno + '">Show: <a href="' + igbView_link + '" target="_blank" rel="noopener">Alignments in IGB</a></div>'; }
Task: Determine why the Alignments in IGB link is no longer showing up in the eFP-Seq browser.
After discussion with Ann Loraine, Dr. Loraine will reach out to the Provart lab. It is possible the data were moved from Amazon and this is causing an issue.