From 4e91b30e064cd3ffae0303e45f7c7ef46febe908 Mon Sep 17 00:00:00 2001 From: xnought Date: Tue, 5 Dec 2023 17:52:51 -0800 Subject: [PATCH] docs: add command to docs for upload --- docs/run.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/run.md b/docs/run.md index 42d83414..e7c38245 100644 --- a/docs/run.md +++ b/docs/run.md @@ -25,6 +25,8 @@ sh run.sh | `test` | Runs all unit tests | | `test_backend` | Runs only backend unit tests | | `test_frontend` | Runs only frontend unit tests | +| `upload_all` | 👉 Uploads all the pdb files to the system via POST requests | +| `delete_all` | Deletes all protein entries and restarts the server from scratch | There are actually many more functions, so please check out [`run.sh`](../run.sh).