Skip to content

Commit

Permalink
Merge pull request #151 from veg/2024-refactoring-RF2
Browse files Browse the repository at this point in the history
2024 refactoring rf2
  • Loading branch information
stevenweaver authored Nov 17, 2024
2 parents eb573e7 + 79e36fc commit 17204e1
Show file tree
Hide file tree
Showing 13 changed files with 1,378 additions and 232 deletions.
2 changes: 1 addition & 1 deletion html/priority-sets-args.html
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ <h5 class="modal-desc">Select CoI from the list</h5>
} else {
d3.select("#app-error").style("display", "none");
hivtrace.histogramDistances(graph, histogram_tag, histogram_label);
hivtrace.graphSummary(graph, graph_summary_tag);
hivtrace.graphSummary(user_graph.json, graph_summary_tag);

[
"#main-tab",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hivtrace-viz",
"version": "1.1.7",
"version": "1.2.0-alpha.3",
"description": "Visualization for the popular HIV-TRACE package",
"engines": {
"node": ">=18 || >20"
Expand Down
Loading

0 comments on commit 17204e1

Please sign in to comment.