Skip to content

Commit 92b56e3

Browse files
authored
Merge pull request #29 from bigict/doc
refactor: update README.md
2 parents 2c52704 + 57dc427 commit 92b56e3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
# ProTCR
44

5-
![GitHub License](https://img.shields.io/github/license/bigict/tar_pmhc)
5+
![GitHub License](https://img.shields.io/github/license/bigict/ProTCR)
66
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
7-
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/bigict/tcr_pmhc/pylint.yml)
8-
![GitHub Release](https://img.shields.io/github/v/release/bigict/tcr_pmhc)
7+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/bigict/ProTCR/pylint.yml)
8+
![GitHub Release](https://img.shields.io/github/v/release/bigict/ProTCR)
99

1010

11-
This package provides an implementation of the inference pipeline of [ProTCR](https://github.com/bigict/tcr_pmhc).
11+
This package provides an implementation of the inference pipeline of [ProTCR](https://github.com/bigict/ProTCR).
1212

1313
## Requirements
1414

15-
* [Python3.8+](https://www.python.org)
15+
* [Python3.9+](https://www.python.org)
1616
* [ProFOLD2](https://github.com/bigict/ProFOLD2)
1717
* [Dependencies](https://github.com/bigict/tcr_pmhc/network/dependencies)
1818

@@ -21,8 +21,8 @@ This package provides an implementation of the inference pipeline of [ProTCR](ht
2121
1. Clone this repository and `cd` into it.
2222

2323
```bash
24-
git clone https://github.com/bigict/tcr_pmhc.git
25-
cd tcr_pmhc
24+
git clone https://github.com/bigict/ProTCR.git
25+
cd ProTCR
2626
git submodule update --init --remote
2727
```
2828

@@ -47,10 +47,10 @@ This package provides an implementation of the inference pipeline of [ProTCR](ht
4747

4848
1. Model Parameters
4949

50-
The [ProTCR](https://github.com/bigict/tcr_pmhc) model parameters are hosted on [Hugging Face](https://huggingface.co/bigict/tcr_pmhc).
50+
The [ProTCR](https://github.com/bigict/ProTCR) model parameters are hosted on [Hugging Face](https://huggingface.co/bigict/ProTCR).
5151

5252
```bash
53-
huggingface-cli download --local-dir params bigict/tcr_pmhc
53+
huggingface-cli download --local-dir params bigict/ProTCR
5454

5555
```
5656

@@ -75,5 +75,5 @@ This package provides an implementation of the inference pipeline of [ProTCR](ht
7575

7676
## Known Issues
7777

78-
Please [create an issue](https://github.com/bigict/tcr_pmhc/issues/new) if it is not already listed in the [issues tracker](https://github.com/bigict/tcr_pmhc/issues)
78+
Please [create an issue](https://github.com/bigict/ProTCR/issues/new) if it is not already listed in the [issues tracker](https://github.com/bigict/ProTCR/issues)
7979

0 commit comments

Comments
 (0)