cycledash
cycledash copied to clipboard
Linked BAMs not displayed on the examine page
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
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 })