See https://docs.s3it.uzh.ch/cluster/data/

Preconditions

  1. You need to have SSH access to the science cluster and be given access to the relevant Science Cluster project. This is usually set up during onboarding (Getting an account on the Fractal Science Cluster Beta server)
  2. Access to the Science Cluster scalable storage is only possible within the UZH network or by using the UZH VPN.
  3. Be aware that transfer of many small files (which OME-Zarrs can create) can be slow. So if you have large OME-Zarrs processed on the cluster, be patient in data transfers.

Destination for your files:

You will want to put your files in your project share. For example, if you are part of the BVC project, the share would be /shares/prbvc.biovision.uzh/. Check what your project directory is set to, what’s available to you under /shares on the cluster or ask the Fractal admin which project share you are associated with.

Bildschirmfoto 2024-11-24 um 13.38.27.png

Bildschirmfoto 2024-11-24 um 13.42.48.png

Transferring files via FileZilla

FileZilla provides a simple GUI interface to move data from your local machine to the Science Cluster using the FTP protocol.

The main authentication bar is on the top part of the UI. A) Credentials, B) Shows all used credentials

The main authentication bar is on the top part of the UI. A) Credentials, B) Shows all used credentials

Data can be dragged and dropped from your local machine (left) to the server (right)

Data can be dragged and dropped from your local machine (left) to the server (right)

FileZilla_Demo_slow.gif

Transfer data via rsync

To send data to the Science Cluster project share:

rsync -rz --progress /my/local/dir <shortname>@cluster.s3it.uzh.ch:/shares/prbvc.biovision.uzh/users/username/target