From 460afa6cf8bd3df7df2236d0aac999300ef9c5da Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Thu, 17 Aug 2023 10:30:35 +0200 Subject: [PATCH] Extended README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ed2b261..09dc4f0 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab