acces in read-only mode to my data on oscar:
$ rclone config # setup URL and credentials
$ rclone listremotes
$ nohup rclone mount --dir-cache-time=2m \
--fast-list \
--s3-chunk-size=1G \
--s3-upload-concurrency=8 \
--read-only \
remote: /path/to/data/s3/ 1> rclone-mount.log 2> rclone-mount.error &
$ wget https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh
$ bash Miniconda3-py39_4.12.0-Linux-x86_64.sh
$ conda -V
$ conda config --add channels bioconda
$ conda config --add channels conda-forge
$ conda env create --file myenv.yml
Sometimes, the SLURM controler is hanging. Restart is needed
# service slurmctld status # check if SLURM controller is dead
# service slurmctld restart # restart the controller
# service slurmctld status # check the restart is OK
# sinfo # check if SLURM detects the nodes