Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
cdb17006 committed Jun 23, 2020
1 parent fdaf9db commit d4c50b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,7 +13,7 @@ Here is an environment set up, if you are not already using one:

## Partitioning

partitioner.py parameters:
partition.py parameters:

- dir: directory where the sdf.gz file is located
- (must be the only sdf.gz file in that directory)
Expand All @@ -23,7 +23,7 @@ partitioner.py parameters:
- dest: the directory you want to store the paritioned files in
- examples: ./ , ./paritioned_chembl27
Example call: python partitioner.py --dir=./chembl27 --T=10000 --name='chembl27' --dest=./partitioned_chembl27
Example call: python partition.py --dir=./chembl27 --T=10000 --name='chembl27' --dest=./partitioned_chembl27

The above call will take the .sdf.gz file located in the cheml27 directory, partition the molecules into ceil(N/10000) .csv files named
chembl27-part#.csv, all of which are located in the directory partioned_chembl27
Expand Down

0 comments on commit d4c50b2

Please sign in to comment.