Skip to content

Commit

Permalink
Merge pull request #12 from yutanagano/update_readme
Browse files Browse the repository at this point in the history
Update SCEPTR name acronym from ...Peptide... to ...Primary...
  • Loading branch information
yutanagano authored Jun 2, 2024
2 parents d07445c + d04e3b9 commit 9b23027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
> [!NOTE]
> The latest version of SCEPTR no longer supports Python versions earlier than 3.9.
**S**imple **C**ontrastive **E**mbedding of the **P**eptide sequence of **T** cell **R**eceptors (**SCEPTR**) is a BERT-like attention model trained on T cell receptor (TCR) data.
**S**imple **C**ontrastive **E**mbedding of the **P**rimary sequence of **T** cell **R**eceptors (**SCEPTR**) is a BERT-like attention model trained on T cell receptor (TCR) data.
It maps TCRs to vector representations, which can be used for downstream TCR and TCR repertoire analysis such as TCR clustering or classification.

## Installation
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "sceptr"
authors = [
{name = "Yuta Nagano", email = "yutanagano51@proton.me"}
]
description = "Simple Contrastive Embedding of the Peptide sequence of T cell Receptors."
description = "Simple Contrastive Embedding of the Primary sequence of T cell Receptors."
dependencies = [
"libtcrlm @ git+https://github.com/yutanagano/libtcrlm.git@c5008428f31ee240a45894fd2cab72e4e94ff45c",
"numpy~=1.26",
Expand All @@ -32,4 +32,4 @@ version = {attr = "sceptr.VERSION"}
[tool.pytest.ini_options]
filterwarnings = [
"ignore:The PyTorch API"
]
]

0 comments on commit 9b23027

Please sign in to comment.