Skip to content

Commit

Permalink
Update in-notebook documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
memgonzales committed Nov 28, 2024
1 parent e6d25eb commit 773a4e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"1. Feed the 3Di tokens to ProstT5 in order to generate the embeddings, following the instructions [here](https://github.com/mheinzinger/ProstT5/tree/main/scripts). \n",
"1. Consolidate the embeddings into a single HDF5 file named `rbp_prostt5_3di_embeddings.h5`. \n",
"1. Create a folder named `inphared` inside `data`. <br>\n",
" Create a folder named `structure`, this time inside `data/inphared`, and save `rbp_prostt5_embeddings.h5` inside `data/inphared/structure`.\n",
" Create a folder named `structure`, this time inside `data/inphared`, and save `rbp_prostt5_3di_embeddings.h5` inside `data/inphared/structure`.\n",
"1. Download `consolidated.tar.gz` from this [link](https://drive.google.com/file/d/1yQSXwlb37dm2ZLXGJHdIM5vmrzwPAwvI/view?usp=sharing), and unzip it. This should result in a folder named `consolidated`. <br> Technically, this notebook only needs `consolidated/rbp.csv`.\n",
"1. Create a folder named `inphared` inside `data`, and save the extracted `consolidated` folder inside `data/inphared`. \n",
" \n",
Expand Down Expand Up @@ -1394,7 +1394,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.7"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; ↳ `complete-struct-80.fasta.clstr` <br>\n",
"&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; ↳ `complete-struct-40.fasta.clstr` <br>\n",
"&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; ↳ `complete-struct-60.fasta.clstr` <br>\n",
"↳ `5.0. Classifier Building & Evaluation (SaProt).ipynb` (this notebook) <br>"
"↳ `5.12. Classifier Building & Evaluation (SVM).ipynb` (this notebook) <br>"
]
},
{
Expand Down

0 comments on commit 773a4e9

Please sign in to comment.