Skip to content

Commit 35b2e16

Browse files
authored
Update README.md
1 parent 14e618d commit 35b2e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323

2424
### example
2525
```python
26-
from colabdesign import clear_mem, mk_trdesign_model
26+
from colabdesign import *
2727

2828
clear_mem()
2929
tr_model = mk_trdesign_model(protocol="fixbb")
@@ -36,7 +36,7 @@ print(tr_model.get_seq())
3636
### example
3737
combine AfDesign and TrDesign for fixed backbone design
3838
```python
39-
from colabdesign import clear_mem, mk_afdesign_model, mk_trdesign_model
39+
from colabdesign import *
4040

4141
clear_mem()
4242
af_model = mk_afdesign_model(protocol="fixbb")

0 commit comments

Comments
 (0)