Skip to content

Commit

Permalink
update PharmacophoreSearchInCombiSpaceMain. Added additional PheSA ca…
Browse files Browse the repository at this point in the history
…lculation after weighted pheSA calculation. This may overcome the issue with the to positive PheSA results from the weighted similarity calculations.
  • Loading branch information
korffmo committed Jul 24, 2024
1 parent 79c736a commit 90cc6ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public float[] getRefRadius() {
return mRefRadius;
}

private int[] createDiverseColorList(int colorCount) {
public static int[] createDiverseColorList(int colorCount) {
if (colorCount <= cDiverseColor.length)
return cDiverseColor;

Expand Down

0 comments on commit 90cc6ec

Please sign in to comment.