Skip to content

Commit

Permalink
reactivate purge function
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-eyes committed Nov 8, 2024
1 parent a303512 commit 8ca9518
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2538,11 +2538,9 @@ <h5 id="plot-title-display-${plotId}" class="mb-0 text-center">Plot ${plotCounte
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton-${point._uniqueId}">
<a class="dropdown-item view-sra" href="#" data-unique-id="${point._uniqueId}">View in SRA</a>
<a class="dropdown-item show-depth" href="#" data-unique-id="${point._uniqueId}">Show depth per chromosome</a>
<!-- TODO: disabled for now because useless
<a class="dropdown-item purge-experiment" href="#" data-unique-id="${point._uniqueId}">Purge Experiment</a>
<a class="dropdown-item purge-bioproject" href="#" data-bioproject="${point['BioProject']}">Purge BioProject</a>
<a class="dropdown-item purge-biosample" href="#" data-biosample="${point['BioSample']}">Purge BioSample</a>
-->
</div>
</div>
</td>
Expand Down
1 change: 0 additions & 1 deletion scripts/snipe-explore.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ function populateFilterGroups(plotId) {
}
}

// Function to determine if a column is numerical
// Function to determine if a column is numerical
function isNumerical(column) {
const uniqueValues = new Set(data.map(row => row[column]));
Expand Down

0 comments on commit 8ca9518

Please # to comment.