Shirley Li, Bioinformatician
Yucheng Zhang, Senior Bioinformatics Engineer
Tufts Technology Services, Research Technology
October 2, 2025
This workshop is designed to help you get started with bioinformatics on the Tufts High-Performance Computing (HPC) cluster. We will cover:
You will need an active Tufts HPC account. If you are new to the HPC, we strongly recommend reviewing our recent Intro to HPC workshop.
You can connect to the cluster either through a terminal application (such as Terminal on macOS or MobaXterm on Windows) or via the web-based Open OnDemand portal.
To connect, use the ssh
command with your Tufts UTLN.
ssh your_utln@login-prod.pax.tufts.edu
ssh your_utln@login.pax.tufts.edu
To start an interactive session on a compute node, use the srun
command:
srun -N1 -n2 -t2:00:00 --pty bash
This command requests an interactive session with the following resources:
-N1
: 1 node-n2
: 2 CPU cores-t2:00:00
: A time limit of 2 hoursYou can also access the cluster through a web browser via Open OnDemand.
Getting started with bioinformatics - 2025 Fall
For a full list, please visit: https://go.tufts.edu/workshops