Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brennanaba authored Jun 10, 2022
1 parent fa1effd commit d31594a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pred = CDR_Predictor(input_path, chains = ("H", "L"))
pred.write_predictions_in_pdb_format(output_path)
```

Two pretrained models are available. The default predicts CDRs defined by the Chothia numbering scheme. To get predictions of CDRs defined by the IMGT numbering scheme use:
Two pretrained models are available. The default predicts CDRs defined by the Chothia numbering scheme (This is the model described in the paper). To get predictions of CDRs defined by the IMGT numbering scheme use:

```python
pred = CDR_Predictor(input_path, chains = ("H", "L"), model = 'imgt')
Expand Down

0 comments on commit d31594a

Please sign in to comment.