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

Linked BAMs not displayed on the examine page #785

Open
danvk opened this issue Jul 9, 2015 · 1 comment
Open

Linked BAMs not displayed on the examine page #785

danvk opened this issue Jul 9, 2015 · 1 comment

Comments

@danvk
Copy link
Contributor

danvk commented Jul 9, 2015

The paths to the linked BAMs for a run are displayed on the /runs page, but not the /examine page. This feels a little odd since the latter is a more detailed view of the run.

cc @jaclynperrone

@danvk
Copy link
Contributor Author

danvk commented Jul 9, 2015

My current workflow for going from ID→path to BAM is to visit the runs page and drop this snippet into the console:

$('a').filter(function(a) { return this.href.indexOf('/runs/235') > 0 })

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

No branches or pull requests

1 participant