Skip to content

Commit a8e55dd

Browse files
author
Brian Jimenez
authored
Created Contributing.md file
1 parent e9eb0c6 commit a8e55dd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: CONTRIBUTING.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# How to contribute
2+
3+
Contributing to this project is more than welcome. The easiest way is to write your custom scoring functions and pull them for request.
4+
5+
## Custom scoring functions
6+
7+
You can write your own scoring function starting from the provided [driver.py](lightdock/scoring/template/driver.py) template.
8+
The easiest way is to copy the template folder:
9+
10+
```
11+
cp -R template/ mynewscoring
12+
```
13+
14+
In order to call this new scoring function, just use the ```-s``` flag:
15+
16+
```
17+
lightdock 2UUY_rec.pdb 2UUY_lig.pdb 1 10 5 -s mynewscoring
18+
```

0 commit comments

Comments
 (0)