From b438dffec3cd4744b942027c005be5048538e5a8 Mon Sep 17 00:00:00 2001 From: Cornelius Kronlage <96121883+ckronlage@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:12:37 +0100 Subject: [PATCH] Modify wget command in installation instructions Updated wget command to include user-agent for download (fails with "403 forbidden" otherwise) --- docs/install_singularity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_singularity.md b/docs/install_singularity.md index 5f4fc08..82cfbd5 100644 --- a/docs/install_singularity.md +++ b/docs/install_singularity.md @@ -35,7 +35,7 @@ Before being able to use AID-HS on your data, data paths need to be set up and t 1. Make sure you have 1GB available for the aidhs data. 2. Download and unzip the aidhs_data_folder by running: ```bash -wget https://figshare.com/ndownloader/files/54145361?private_link=48c92b1b53f8f0c67dec --output-document aidhs_data_folder.tar.xz +wget https://figshare.com/ndownloader/files/54145361?private_link=48c92b1b53f8f0c67dec --output-document aidhs_data_folder.tar.xz --user-agent="Mozilla/5.0" tar xf aidhs_data_folder.tar.xz ``` 3. Run this command to set the paths needed: