The Biological Sciences Division provides access to SBGrid which is a suite of over 400 scientific software applications used by the global structural biology community. Access to SBGrid is available with a graphical user interface for Mac or command line versions for Mac and Linux. All software is installed and run locally on the workstation/laptop. A full list of available software can be found on this SBGrid search page.
If you are within the UChicago campus network, you can connect directly. If off-campus, you will need to first connect through the UChicago Virtual Private Network (cVPN).
Mounting the NFS share is done through the use of the fstab file and requires access to sudo. Be aware that editing this file incorrectly can cause your entire system to be inaccessible.
$ sudo cp /etc/fstab /etc/fstab-BACKUP
$ sudo vim /etc/fstab
sbgrid.bsd.uchicago.edu:/opt/sbgrid /opt/sbgrid nfs defaults,_netdev,noauto 0 0
$ sudo systemctl daemon-reload
$ sudo mount /opt/sbgrid
$ sudo ln -s /opt/sbgrid /programs
Fully configuring SBGrid on macOS requires rebooting the workstation/laptop. The process for mounting the NFS share in a way that can be used by SBGrid on macOS is best described by SBGrid's own documentation:
Note: On newer versions of macOS (Sequoia 15+), you must specify the NFS version when mounting:
sudo mount -t nfs -o vers=4 sbgrid.bsd.uchicago.edu:/opt/sbgrid /programs
Alternatively, you may be able to use SSHFS:
Setting up sshfs on OS X (Mac) systems
Download links for the CLI binary, as well as full documentation on using SBGrid on your workstation/laptop can be found here:
https://sbgrid.org/wiki/sbgrid-cli
Linux workstations may require additional software to be installed before using SBGrid software, and macOS requires additional software to use the GUI. Information on additional requirements can be found on SBGrid's Workstation Setup page.