Skip to content

Commit

Permalink
Merge branch 'fix_readme_shibo' into 'main'
Browse files Browse the repository at this point in the history
add pymol link to PyMOLfold

See merge request molecule/protenix!50
  • Loading branch information
zhangyuxuann committed Dec 26, 2024
2 parents 167528c + f5578d3 commit d4040ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ protenix msa --input examples/example_without_msa.json --out_dir ./output
protenix msa --input examples/prot.fasta --out_dir ./output
```

### Run with PyMol

If you want to run Protenix inference with `PyMol`, please refer to [PyMOLfold](https://github.com/colbyford/PyMOLfold).

## Training
If you're interested in model training, see [<u> training documentation </u>](docs/training.md).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
setup(
name="protenix",
python_requires=">=3.10",
version="0.3.4",
version="0.3.5",
description="A trainable PyTorch reproduction of AlphaFold 3.",
author="Bytedance Inc.",
url="https://github.com/bytedance/Protenix",
Expand Down

0 comments on commit d4040ef

Please sign in to comment.