Skip to content

Commit

Permalink
Update README.md for TCRBuilder2+
Browse files Browse the repository at this point in the history
  • Loading branch information
npqst authored May 22, 2024
1 parent b8c0e15 commit 958679f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
</div>

---


## Update 1.1.1
The weights of TCRBuilder2 have been updated to TCRBuilder2+. See the [pre-print](https://www.biorxiv.org/content/10.1101/2024.05.20.594940v1) for more information.

## Abstract

Expand Down Expand Up @@ -103,7 +105,7 @@ NanoBodyBuilder2 --fasta_file my_nanobody.fasta -v

### TCR structure prediction

It is all pretty much the same for TCRs
*UPDATE* - By default TCRBuilder2 now uses the TCRBuilder2+ weights. If you would like to use the original weights please specify `use_TCRBuilder2_PLUS_weights=False` or set the flag `--original_weights` from the command line.

```python
from ImmuneBuilder import TCRBuilder2
Expand Down

0 comments on commit 958679f

Please sign in to comment.