Skip to content

Commit

Permalink
update censat
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Mar 16, 2022
1 parent 6d13edf commit 947e65e
Show file tree
Hide file tree
Showing 2 changed files with 1,619 additions and 5,885 deletions.
2 changes: 1 addition & 1 deletion SafFire.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ function miropeats_d3(data) {
var st = Math.max(0, Math.round(xz.domain()[0]));
var en = Math.min(aln_data[0].c1_len, Math.round(xz.domain()[1]));
var coords = `${t_name}:${d3.format(",")(st + 1)}-${d3.format(",")(en)}`;
set_url_hash_elm("pos", `${t_name}:${st}-${en}`, false);
//set_url_hash_elm("pos", `${t_name}:${st}-${en}`, false);
d3.selectAll('.coordinates').remove();
// define the coordinate box
var coordinates = d3.select("body").append("div")
Expand Down
Loading

0 comments on commit 947e65e

Please sign in to comment.