Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cjz18001 authored Jul 9, 2020
1 parent d8dbb78 commit ee4216f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Run.py Parameters:
Choices:
- Balltree(Sklearn)
- Bruteforce
- Chemfp
- Datasketch
- DivideSkip
- Hnsw(Nmslib)
Expand Down Expand Up @@ -171,11 +172,11 @@ Command Examples:

conda create -c rdkit -n ann_env rdkit python=3.5.2

source activate ann_dev
source activate ann_env

pip install -r singularity-install/requirements.txt

source deactivate ann_dev
source deactivate ann_env

3. Run your algorithm scripts by SLURM shell

Expand Down

0 comments on commit ee4216f

Please sign in to comment.