cycledash icon indicating copy to clipboard operation
cycledash copied to clipboard

Linked BAMs not displayed on the examine page

Open danvk opened this issue 9 years ago • 1 comments

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 avatar Jul 09 '15 17:07 danvk

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 })

danvk avatar Jul 09 '15 17:07 danvk