File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -132,17 +132,19 @@ Download data
132
132
# fetch preprocessed PDBBind and Binding MOAD (as well as the optional DockGen and vdM datasets)
133
133
cd data/
134
134
135
- wget https://zenodo.org/record/6408497/files/PDBBind.zip
135
+ wget " https://mailmissouri-my.sharepoint.com/:u:/g/personal/acmwhb_umsystem_edu/EXesf4oh6ztOusGqFcDyqP0Bvk-LdJ1DagEl8GNK-HxDtg?download=1 "
136
136
wget https://zenodo.org/records/10656052/files/BindingMOAD_2020_processed.tar
137
137
wget https://zenodo.org/records/10656052/files/DockGen.tar
138
138
wget https://files.ipd.uw.edu/pub/training_sets/pdb_2021aug02.tar.gz
139
139
140
- unzip PDBBind.zip
140
+ mv EXesf4oh6ztOusGqFcDyqP0Bvk-LdJ1DagEl8GNK-HxDtg? download=1 PDBBind.tar.gz
141
+
142
+ tar -xzf PDBBind.tar.gz
141
143
tar -xf BindingMOAD_2020_processed.tar
142
144
tar -xf DockGen.tar
143
145
tar -xzf pdb_2021aug02.tar.gz
144
146
145
- rm PDBBind.zip BindingMOAD_2020_processed.tar DockGen.tar pdb_2021aug02.tar.gz
147
+ rm PDBBind.tar.gz BindingMOAD_2020_processed.tar DockGen.tar pdb_2021aug02.tar.gz
146
148
147
149
mkdir pdbbind/ moad/ pdbsidechain/
148
150
mv PDBBind_processed/ pdbbind/
You can’t perform that action at this time.
0 commit comments