UTIA Computational Resources Orientation
Dr. Margaret Staton and Ryan Kuster
Updated 2025.07.03
What You’ll Learn:
Code of conduct
We are committed to a diverse, welcoming, and inclusive environment. We welcome students, postdoctoral research associates, visiting scholars, and others regardless of age, appearance, disability status, gender, gender identity, geographic background, marital/partnered status, political affiliation, race, religion, sexual orientation, and all other characteristics that make each of us unique. We continually work to create an inclusive environment that reflects the diversity of society in general. We aim to cultivate an environment built on mentorship, encouragement, tolerance, and mutual respect. We believe diversity brings together a wide range of abilities, experiences, perspectives, and world views that are crucial to enriching experiences and addressing challenging research questions.
Introduction - Who we are
Meg Staton Ryan Kuster
Introduction - statonutia Shared Computational Resources
/pickett_centaur
224Tb
iSCSI
/pickett_sphinx
101Tb
iSCSI
/sphinx_local
70Tb
SSD, local
Sphinx is faster than Centaur - and has faster storage - but has fewer CPUs. Be judicious in using it and move all files out of Sphinx once you are done with them. We reserve the right to remove unattended files from Sphinx if they are taking up too much memory.
centaur.ag.utk.edu
96 logical CPUs
512 Gb RAM
sphinx.ag.utk.edu
64 logical CPUs
512 Gb RAM
centaur
sphinx
Introduction - statonutia Shared Computational Resources
/pickett_centaur
224Tb
iSCSI
/pickett_sphinx
101Tb
iSCSI
/sphinx_local
70Tb
SSD, local
While logged in to the UTIA-CR systems, you’ll be connected to the ISAAC-NG filesystem. Your home directory will be in /nfs/home/netid and you will have access to scratch at /lustre/isaac/scratch/netid.
/nfs/home/netid
50Gb
nfs
/lustre/isaac24/scratch/netid
10Tb
lustre
centaur
sphinx
Introduction - statonutia Shared Computational Resources
/pickett_centaur
224Tb
iSCSI
/pickett_sphinx
101Tb
iSCSI
/sphinx_local
70Tb
SSD, local
Note: if you login to isaac-ng, you will not have access to the /pickett or /sphinx_local storage!
/nfs/home/netid
50Gb
nfs
/lustre/isaac24/scratch/netid
10Tb
lustre
isaac-login
Introduction - statonrg Shared Computational Resources
/pickett_flora
224Tb
iSCSI
When you login to flora, you’ll be mounted to the pickett_flora storage.
flora.ag.utk.edu
96 logical CPUs
512 Gb RAM
flora
Introduction - statonrg Shared Computational Resources
While logged in to the UTIA-CR systems, you’ll be connected to the ISAAC-NG filesystem.
Your home directory will be in /nfs/home/<netid> and you will have access to scratch at /lustre/isaac/scratch/netid and project UTK033[01] at /lustre/isaac24/proj/UTK0330/
/nfs/home/netid
50Gb
nfs
/lustre/isaac24/scratch/netid
10Tb
lustre
/pickett_flora
224Tb
iSCSI
flora
phinx
/lustre/isaac24/proj/UTK033[01]
115Tb
lustre
Introduction - statonrg Shared Computational Resources
While logged in to the UTIA-CR systems, you’ll be connected to the ISAAC-NG filesystem:
home at /nfs/home/<netid>
scratch at /lustre/isaac/scratch/netid
project UTK033[01] at /lustre/isaac24/proj/UTK0330/
/nfs/home/netid
50Gb
nfs
/lustre/isaac24/scratch/netid
10Tb
lustre
phinx
mandrake
/lustre/isaac24/proj/UTK033[01]
115Tb
lustre
Servers overview
Filesystem | Directory | Project Name | Group ID | SSH | Management |
/lustre/isaac24 | …/proj/UTK0032 | ACF-UTK0032 | tug2137 | login.isaac.utk.edu | slurm |
*/lustre/isaac24 | …/proj/UTK0330 | ISAAC-UTK0330 | isaac2627�tug2106 | mandrake.ag.utk.edu�flora.ag.utk.edu | calendar |
*/lustre/isaac24 | …/proj/UTK0331 | ISAAC-UTK0331 | isaac2628 | centaur.ag.utk.edu�sphinx.ag.utk.edu | calendar |
/lustre/isaac24 | …/scratch/<netid> | | | | server-dependent |
* The pickett storage system is linked to these directories, but is distinct (/pickett rather than lustre).
Getting Logged On
How to Login?
From home, use the VPN:
Install and activate VPN Software Ivanti: https://utk.teamdynamix.com/TDClient/2277/OIT-Portal/KB/ArticleDet?ID=122938
Open a terminal window and run ssh:
ssh <yourusername>@centaur.ag.utk.edu
Or
ssh <yourusername>@sphinx.ag.utk.edu
Server Organization
*When you first log in, you will be in your home directory (/nfs/home/netid).
Don’t put analysis stuff here, it is tiny!!!
/nfs/home/netid (your home directory*)
/lustre/isaac24/scratch/netid (scratch directory)
/pickett_centaur/projects (centaur login)
/pickett_sphinx/projects (sphinx login)
/sphinx_local/projects (sphinx login)
Sharing the Servers
The UTIA Computational Resources Calendar
Data Management is
ESSENTIAL
Project Organization
The organization inside this folder varies from lab to lab. One strategy is outlined in Noble (2009) “A Quick Guide to Organizing Computational Biology Projects”
Optional approach: Cookie Cutter Data Science
Just be consistent.
The Staton Lab Approach to Project Organization
supercoolproject
raw_data
analysis
code
analysis_20200325_dex
analysis_20190605_genetic_map
1_trimming
2_assembly
3_functional_annotation
(scripts)
We like to use this method in the lab to keep things in order; while we can’t tell you how to organize your analyses, we do suggest this method!
Raw Data
Because you never know what might happen!
Software Management
Download binary
Conda OR Apptainer (FKA Singularity)
Direct Install
/pickett_centaur/software
Or
/sphinx_local/software
You are welcome to install software using your own conda instance.
For direct installs, email/slack us.
>
>
Permissions Management
Storage Management
Storage Good Citizenship
Example
How do I check the size of a file?
ls -lh
How do I check the size of a folder?
du –skh <folder>
How do I compress a file?
tar -cvzf file.tar.gz file.txt
How do I decompress a file?
tar -xvzf file.tar.gz
What about a bam file?
See samtools documentation
Best Practices for Files
What about back ups?
Transferring Data
GitHub Wiki
Any Questions?