Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ribesstefano authored Aug 17, 2024
1 parent 9c83c61 commit ae68351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cp protac_degradation_predictor/data/uniprot2embedding.h5 data/
conda env create -f environment.yaml
conda activate protac-degradation-predictor
```
4. The code for training the model can be found in the file [`run_experiments.py`](src/run_experiments.py).
4. The code for training the PyTorch models can be found in the file [`run_experiments_pytorch.py`](src/run_experiments_pytorch.py).

(Don't forget to adjust the `PYTHONPATH` environment variable to include the repository directory: `export PYTHONPATH=$PYTHONPATH:/path/to/PROTAC-Degradation-Predictor`)

Expand Down

0 comments on commit ae68351

Please sign in to comment.