From cbd4d368c2e8314a1bd87064e28d1b12b24f1502 Mon Sep 17 00:00:00 2001 From: rdk Date: Fri, 8 Nov 2024 12:14:06 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 864460c3..e8a9cc57 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ P2Rank is a stand-alone command line program that predicts ligand-binding pocket It achieves high prediction success rates without relying on an external software for computation of complex features or on a database of known protein-ligand templates. -### What's new? +### 📰 What's new? * Version **2.5** brings speed optimizations (~2x faster prediction), ChimeraX visualizations, and improvements to rescoring (`fpocket-rescore` command). * Version **2.4.2** adds support for BinaryCIF (`.bcif`) input and rescoring of fpocket predictions in `.cif` format. @@ -242,7 +242,7 @@ Some practical differences: Both Fpocket and P2Rank have many configurable parameters that influence behaviour of the algorithm and can be tweaked to achieve better results for particular requirements. -## Thanks +## 🙌 Thanks This program builds upon software written by other people, either through library dependencies or through code included in its source tree (where no library builds were available). Notably: * FastRandomForest by Fran Supek (https://code.google.com/archive/p/fast-random-forest/)