Skip to content

Commit

Permalink
updated git_colab_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
GiancarloCroce committed Aug 27, 2024
1 parent 9372df7 commit 1aa1e30
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 42 deletions.
39 changes: 0 additions & 39 deletions LICENSE_A0201_SLLMWITQC_phage_display.md

This file was deleted.

3 changes: 2 additions & 1 deletion MixTCRpred.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import configparser
import pandas as pd

#path_pretrained_models = './pretrained_models'
path_pretrained_models = './pretrained_models'

if __name__ == '__main__':
Expand Down Expand Up @@ -80,7 +81,7 @@
sys.exit(0)

if args.download != None:
print('Downloading TCrpred model for {0})'.format(args.download))
print('Downloading MixTCRpred model for {0})'.format(args.download))
url = "https://zenodo.org/record/7930623/files/model_"+args.download+".ckpt"
if os.path.exists( os.path.join(path_pretrained_models, "model_{0}.ckpt".format(args.download))):
print("{0} MixTCRpred model already downloaded".format(args.download))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This branch is specifically for the NY-ESO-1<sub>157-165</sub> epitope. As descr

For this MixTCRpred model:

- **Only TCRs with TRBV6-5, TRBJ2-2, beginning with "CASS" and ending with "GELFF" in the CDR3 beta will be accepted as inputs. All other sequences will be discarded.***
- **Only TCRs with TRBV6-5, TRBJ2-2, beginning with "CASS" and ending with "GELFF" in the CDR3 beta will be accepted as inputs. All other sequences will be discarded.**
- The alpha chain sequences are not used for predicting the TCR specificity. TCRs with alpha chain sequences equal to the reference TCR used in the phage display screening (TRAV21 | CAVRPTSGGSYIPTF | TRAJ6) are accepted as inputs, while other alpha chains will be replaced by null values.


Expand Down
2 changes: 1 addition & 1 deletion colab_MixTCRpred.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"#clone the repository and the data to run the notebook on Google Colab\n",
"!git clone https://github.com/GfellerLab/MixTCRpred\n",
"!pip install wget >> /dev/null \n",
"!pip install pytorch_lightning==1.6.0 >> /dev/null \n",
"!pip install pytorch_lightning >> /dev/null \n",
"%cd MixTCRpred"
]
},
Expand Down
Binary file modified help_output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1aa1e30

Please sign in to comment.