From e97acd53124aa3e3f8db7205cfdd5f45329742ea Mon Sep 17 00:00:00 2001 From: Konstantin Gilep <82955438+gilep@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:35:06 +0200 Subject: [PATCH] Update README.md (Features Database p3) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b87ed6e..517e8306 100644 --- a/README.md +++ b/README.md @@ -1709,14 +1709,21 @@ Instead of generating feature files locally, you can download them from the **Al ## Installation +>[!NOTE] +>For EMBL cluster users: +>You can access the directory with generated features files at +>`/g/alphafold/input_features/` + To access the Features Database, you need to install the [MinIO Client](https://min.io/docs/minio/linux/reference/minio-mc.html) (`mc`). ### Steps: -1. Download the `mc` binary. +1. [Download](https://min.io/docs/minio/linux/reference/minio-mc.html#install-mc) the `mc` binary. 2. Make the binary executable. 3. Move it to your `PATH` for system-wide access. +Example for AMD64 architecture: + ```bash curl -O https://dl.min.io/client/mc/release/linux-amd64/mc chmod +x mc