Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep Blast table links open #2180

Closed
alpapan opened this issue Jun 11, 2019 · 1 comment · Fixed by #2259
Closed

Keep Blast table links open #2180

alpapan opened this issue Jun 11, 2019 · 1 comment · Fixed by #2259
Milestone

Comments

@alpapan
Copy link

alpapan commented Jun 11, 2019

Hello

We noticed that in Apollo's JBrowse when you do a BLAST and there is a report table, you can click on each row to go to a hit. However, you have to close the window to see the data.

If you want to look at the next row, you have to re-perform the BLAST (which is a performance issue on the server).

Is there a way we could minimise the blast result table and be able to see the track data? It would be great if we could also know which row we have already looked at (e.g. it could be marked with a colour like we do with URL (visited) Links?

I'm wondering that perhaps the easiest way of implementing this would be to make the BLAST table's row URL links that we can just right-click Open New link as new Tab rather than the current Javascript implementation? just and idea...

Thanks!

@nathandunn nathandunn modified the milestones: 2.5.0, 2.4.1 Jun 11, 2019
@nathandunn
Copy link
Contributor

nathandunn commented Jun 11, 2019

Work for this should explicitly be a side-table:

  • implement basic side-table for hits
  • allow click link (for visited?)
  • allow automatic clicking through from sequence lookup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants