Skip to content

Commit

Permalink
restore phylop
Browse files Browse the repository at this point in the history
  • Loading branch information
bw2 committed Oct 30, 2024
1 parent 4a462ca commit fc014c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@

if (responseJson.data.variant.in_silico_predictors) {
responseJson.data.variant.in_silico_predictors.forEach((predictor) => {
if (predictor.id.startsWith("spliceai") || predictor.id.startsWith("pangolin") || predictor.id.startsWith("phylop")) {
if (predictor.id.startsWith("spliceai") || predictor.id.startsWith("pangolin")) {
return
}
otherPredictorScores.push({
Expand Down

0 comments on commit fc014c9

Please sign in to comment.