Skip to content

Commit

Permalink
rm rediscovery example
Browse files Browse the repository at this point in the history
  • Loading branch information
jhjensen2 committed Apr 13, 2020
1 parent 8a5ba13 commit f40e36a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# GB-GA
[Graph-based genetic algorithm](http://dx.doi.org/10.1039/C8SC05372C)

usage example: 'python GA_logP.py ZINC_first_1000.smi' or 'python GA_rediscovery.py Celecoxib_1000_100.smi'. The idea is that the py file serves as an input file.
usage example:

```
python GA_logP.py ZINC_first_1000.smi
```
The idea is that the py file serves as an input file.

0 comments on commit f40e36a

Please sign in to comment.