Skip to content

Commit

Permalink
Notebook cmd missing arg (#264)
Browse files Browse the repository at this point in the history
notebook cmd missing arg
  • Loading branch information
hypnopump authored Aug 28, 2024
1 parent 839de7c commit 08345e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unimol_docking_v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Dependencies
------------
- [Uni-Core](https://github.com/dptech-corp/Uni-Core), check its [Installation Documentation](https://github.com/dptech-corp/Uni-Core#installation).
- rdkit==2022.9.3, install via `pip install rdkit-pypi==2022.9.3 -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn`
- biopandas==0.4.1, install via `pip install biopandas`
- biopandas==0.4.1, install via `pip install biopandas tqdm scikit-learn`

Data
----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion unimol_docking_v2/interface/posebuster_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"source": [
"predict_sdf_dir = f'predict_sdf_posebuster428_grid{add_size}'\n",
"\n",
"!python demo.py --mode batch_one2one --batch-size 8 --conf-size 10 --cluster \\\n",
"!python demo.py --mode batch_one2one --batch-size 8 --steric-clash-fix --conf-size 10 --cluster \\\n",
" --input-batch-file $input_meta_info_file \\\n",
" --output-ligand-dir $predict_sdf_dir \\\n",
" --model-dir checkpoint_best.pt"
Expand Down

0 comments on commit 08345e5

Please sign in to comment.