Uploaded image for project: 'IGB'
  1. IGB
  2. IGBF-4387

Investigate missing IGB link in eFP-Seq Browser

    Details

    • Type: Task
    • Status: To-Do (View Workflow)
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None

      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.

        Attachments

          Activity

          nfreese Nowlan Freese created issue -
          nfreese Nowlan Freese made changes -
          Field Original Value New Value
          Epic Link IGBF-1765 [ 17855 ]
          nfreese Nowlan Freese made changes -
          Description Situation: During the [eFP-Seq Browser release testing|https://wiki.bioviz.org/confluence/display/ITD/eFP-Seq+Browser] Karthik found that the "Alignments in IGB" link was missing. Looking at the [eFP-Seq Browser GitHub page|https://github.com/BioAnalyticResource/eFP-Seq_Browser], there is a file cgi-bin/core/custom.js that contains some logic to add the Alignments in IGB link:
          {quote}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>';
          }{quote}

          Task: Determine why the Alignments in IGB link is no longer showing up in the eFP-Seq browser.
          Situation: During the [eFP-Seq Browser release testing|https://wiki.bioviz.org/confluence/display/ITD/eFP-Seq+Browser] Karthik found that the "Alignments in IGB" link was missing. Looking at the [eFP-Seq Browser GitHub page|https://github.com/BioAnalyticResource/eFP-Seq_Browser], 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.
          nfreese Nowlan Freese made changes -
          Description Situation: During the [eFP-Seq Browser release testing|https://wiki.bioviz.org/confluence/display/ITD/eFP-Seq+Browser] Karthik found that the "Alignments in IGB" link was missing. Looking at the [eFP-Seq Browser GitHub page|https://github.com/BioAnalyticResource/eFP-Seq_Browser], 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.
          Situation: During the [eFP-Seq Browser release testing|https://wiki.bioviz.org/confluence/display/ITD/eFP-Seq+Browser] Karthik found that the "Alignments in IGB" link was missing. Looking at the [eFP-Seq Browser GitHub page|https://github.com/BioAnalyticResource/eFP-Seq_Browser], 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.
          nfreese Nowlan Freese made changes -
          Assignee Ann Loraine [ aloraine ]
          nfreese Nowlan Freese made changes -
          Description Situation: During the [eFP-Seq Browser release testing|https://wiki.bioviz.org/confluence/display/ITD/eFP-Seq+Browser] Karthik found that the "Alignments in IGB" link was missing. Looking at the [eFP-Seq Browser GitHub page|https://github.com/BioAnalyticResource/eFP-Seq_Browser], 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.
          Situation: During the [eFP-Seq Browser release testing|https://wiki.bioviz.org/confluence/display/ITD/eFP-Seq+Browser] Karthik found that the "Alignments in IGB" link was missing. Looking at the [eFP-Seq Browser GitHub page|https://github.com/BioAnalyticResource/eFP-Seq_Browser], there is a file [cgi-bin/core/custom.js|https://github.com/BioAnalyticResource/eFP-Seq_Browser/blob/dd51d828cda9e2c93d5c6add87956460576c9353/cgi-bin/core/custom.js#L6] 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.
          ann.loraine Ann Loraine made changes -
          Status To-Do [ 10305 ] In Progress [ 3 ]
          ann.loraine Ann Loraine made changes -
          Description Situation: During the [eFP-Seq Browser release testing|https://wiki.bioviz.org/confluence/display/ITD/eFP-Seq+Browser] Karthik found that the "Alignments in IGB" link was missing. Looking at the [eFP-Seq Browser GitHub page|https://github.com/BioAnalyticResource/eFP-Seq_Browser], there is a file [cgi-bin/core/custom.js|https://github.com/BioAnalyticResource/eFP-Seq_Browser/blob/dd51d828cda9e2c93d5c6add87956460576c9353/cgi-bin/core/custom.js#L6] 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.
          Situation: During the [eFP-Seq Browser release testing|https://wiki.bioviz.org/confluence/display/ITD/eFP-Seq+Browser] Karthik found that the "Alignments in IGB" link was missing. Looking at the [eFP-Seq Browser GitHub page|https://github.com/BioAnalyticResource/eFP-Seq_Browser], there is a file [cgi-bin/core/custom.js|https://github.com/BioAnalyticResource/eFP-Seq_Browser/blob/dd51d828cda9e2c93d5c6add87956460576c9353/cgi-bin/core/custom.js#L6] that contains some logic to add the Alignments in IGB link:

          {code}
          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>';
          }
          {code}

          Task: Determine why the Alignments in IGB link is no longer showing up in the eFP-Seq browser.
          ann.loraine Ann Loraine made changes -
          Status In Progress [ 3 ] To-Do [ 10305 ]
          ann.loraine Ann Loraine made changes -
          Sprint Spring 1 [ 233 ] Spring 1, Spring 2 [ 233, 234 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          ann.loraine Ann Loraine made changes -
          Sprint Spring 1, Spring 2 [ 233, 234 ] Spring 1 [ 233 ]

            People

            • Assignee:
              ann.loraine Ann Loraine
              Reporter:
              nfreese Nowlan Freese
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated: