Skip to content
Snippets Groups Projects
Commit 460afa6c authored by Bienchen's avatar Bienchen
Browse files

Extended README

parent 0abc877b
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,21 @@ And that's how you install the latest version of `run_af2`. After that, commands
`run-af2` and `submit-af2` should be available with activated Virtual
Environment.
<!-- build:
- go to `master`
- create tag
- run:
rm -rf dist/* && python -m build && pip install --force-reinstall dist/run_af2-*-py3-none-any.whl
- build documentation:
rm -rf doc/html/*
sphinx-build doc/sphinx/ doc/html/
- commit doc/html
- remove & re-add tag
- rebuild to see version is right
- push tag
- merge master into develop
-->
### Run AlphaFold 2
The `run_af2` Python package installs a command `run-af2` that operates the AF2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment