Misc. updates

This commit is contained in:
Kevin Wu
2022-09-08 22:24:57 -07:00
parent c0f04da1be
commit 35a4c6f666
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ Note that you do not need to have this set up if you are _only_ submitting jobs
## Downloading data
We requires some data files not packaged on Git due to their large size. To download these, do the following:
We requires some data files not packaged on Git due to their large size. These are required to be downloaded locally even
if you are running this on Singularity (as they are uploaded). To download these, do the following:
```bash
# Download the CATH dataset

View File

@@ -598,7 +598,6 @@
" tm_scores = np.array(list(pool.map(pfunc, filenames, chunksize=20)))\n",
" pool.close()\n",
" pool.join()\n",
" # tm_scores = np.array(list(map(pfunc, filenames)))\n",
" return tm_scores\n",
"\n",
"per_angle_dist_results = {}\n",