Spaces:
Sleeping
Sleeping
matanninio
commited on
Commit
•
26d3d5b
1
Parent(s):
b64cfbe
wording in tcr
Browse files- mammal_demo/tcr_task.py +3 -3
mammal_demo/tcr_task.py
CHANGED
@@ -16,15 +16,15 @@ from mammal_demo.demo_framework import MammalObjectBroker, MammalTask
|
|
16 |
class TcrTask(MammalTask):
|
17 |
def __init__(self, model_dict):
|
18 |
super().__init__(
|
19 |
-
name="
|
20 |
)
|
21 |
-
self.description = "
|
22 |
self.examples = {
|
23 |
"tcr_beta_seq": "NAGVTQTPKFQVLKTGQSMTLQCAQDMNHEYMSWYRQDPGMGLRLIHYSVGAGITDQGEVPNGYNVSRSTTEDFPLRLLSAAPSQTSVYFCASSYSWDRVLEQYFGPGTRLTVT",
|
24 |
"epitope_seq": "LLQTGIHVRVSQPSL",
|
25 |
}
|
26 |
self.markup_text = """
|
27 |
-
# Mammal based
|
28 |
|
29 |
Given a TCR beta chain and epitope amino acid sequences, estimate the binding affinity score.
|
30 |
"""
|
|
|
16 |
class TcrTask(MammalTask):
|
17 |
def __init__(self, model_dict):
|
18 |
super().__init__(
|
19 |
+
name="TCRbeta-epitope binding affinity", model_dict=model_dict
|
20 |
)
|
21 |
+
self.description = "TCRbeta-epitope binding affinity (TCR)"
|
22 |
self.examples = {
|
23 |
"tcr_beta_seq": "NAGVTQTPKFQVLKTGQSMTLQCAQDMNHEYMSWYRQDPGMGLRLIHYSVGAGITDQGEVPNGYNVSRSTTEDFPLRLLSAAPSQTSVYFCASSYSWDRVLEQYFGPGTRLTVT",
|
24 |
"epitope_seq": "LLQTGIHVRVSQPSL",
|
25 |
}
|
26 |
self.markup_text = """
|
27 |
+
# Mammal based TCRbeta-epitope binding affinity demonstration
|
28 |
|
29 |
Given a TCR beta chain and epitope amino acid sequences, estimate the binding affinity score.
|
30 |
"""
|