Skip to content

Commit

Permalink
small update to docs and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rdk committed Sep 21, 2024
1 parent 9caf44a commit b88fdd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Ligand-binding site prediction based on machine learning.
[![License: MIT](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](/LICENSE.txt)
![GitHub all releases](https://img.shields.io/github/downloads/rdk/p2rank/total)


### Description

P2Rank is a stand-alone command line program that predicts ligand-binding pockets from a protein structure. 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.
Expand Down
4 changes: 4 additions & 0 deletions breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All changes of that type should be rare and should be all listed here.
## List of changes


### 2.4.2

none


### 2.4.1

Expand Down
2 changes: 1 addition & 1 deletion src/main/groovy/cz/siret/prank/program/P2Rank.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import groovy.util.logging.Slf4j
import org.slf4j.Logger

/**
*
* Static methods related to program execution and shutdown.
*/
@Slf4j
@CompileStatic
Expand Down

0 comments on commit b88fdd7

Please sign in to comment.