rdk / p2rank

P2Rank: Protein-ligand binding site prediction tool based on machine learning. Stand-alone command line program / Java library for predicting ligand binding pockets from protein structure.
https://rdk.github.io/p2rank/
MIT License
242 stars 34 forks source link

Fix the incremental task "test" #9

Closed theosotr closed 4 years ago

theosotr commented 4 years ago

Hello

This commit enhances the incremental task "test".

Specifically, this tasks runs the tests of the project. However, some tests depend on some test files that are stored inside the distro/ directory.

For example, this test depends on the distro/config/default.groovy file.

This commit adds the right inputs for the "test" task so that if there is any change in those files (e.g., one of the test data changes), the incremental task "test" is triggered.