Option 1: Example files are accessible on Zenodo as a tar.gz archive.
To fetch the files, you can use the following command lines:
# download archive
wget "https://zenodo.org/record/15017630/files/cluster_usage_examples.tar.gz?download=1" -O cluster_usage_examples.tar.gz
# extract files
tar -zxf cluster_usage_examples.tar.gz Option 2: These files are also hosted in a git repository on the Forge of the I2BC but this requires your Multipass credentials.
To fetch the files, you can clone the repository using git in a terminal, like this:
git clone https://forge.i2bc.paris-saclay.fr/git/partage-bioinfo/cluster_usage_examples.git NB: If it’s your first time connecting to this site, you might need to wait an hour before you have access to the repository.