Skip to main content

Recently Updated Pages

RStudio Open OnDemand Application

HPC introduction

We now have RStudio available through Open OnDemand. It is accessed similarly to other interactiv...

Updated 2 days ago by Leander Hutton

Role and Support Scope

IT Support

Our Systems & Research Computing IT team ensures that the infrastructure, platforms, and services...

Updated 3 days ago by Jeff Tickle

Storage

Policies Pages

Quota Our HPC cluster has 18TB of storage available to all users. By default we enforce a quota ...

Updated 3 weeks ago by Jeff Tickle

HPC Cluster Description

HPC introduction

App State HPC AppState HPC is an educational and research cluster with 2 compute nodes for a tot...

Updated 1 month ago by Jeff Tickle

Running Juicer on the HPC

Juicer

Setting up your juiceDir To get started with Juicer, you will need to have a directory where your...

Updated 1 month ago by Tobi Azeez

HPC Tutorials

HPC introduction

This is a youtube playlist that contains videos for beginners on how to use the HPC and some best...

Updated 2 months ago by Tobi Azeez

Jupyter Notebooks in Python Virtual Environments

Environments on HPC

Jupyter Notebook is a popular data science and analysis application written in Python. It is prob...

Updated 3 months ago by Leander Hutton

Virtual Desktops in Open OnDemand

HPC introduction

Open OnDemand makes available two different virtual desktop options. These are accessible via the...

Updated 5 months ago by Leander Hutton

Accessing the HPC via Open OnDemand

HPC introduction

Our HPC cluster has a web interface available at ondemand.appstate.edu to anyone with an account ...

Updated 5 months ago by Tobi Azeez

Managing your files and using the web Bash Shell in OpenOnDemand

HPC introduction

Our Research Computing HPC cluster now has file management and a bash shell available for users i...

Updated 6 months ago by Leander Hutton

TEST DELETE

Nextflow

Updated 6 months ago by Tobi Azeez

Building Conda environments in Apptainer

Environments on HPC

Apptainer is a containerization technology forked from Singularity. It's free, open source and co...

Updated 7 months ago by Leander Hutton

Patching and Pausing Jobs

HPC introduction

On HPC1 use squeue to determine what jobs are running on what nodes: squeue --long Tue May 27 13:...

Updated 9 months ago by Tobi Azeez

Issues Connecting to the HPC

HPC introduction

Connection troubleshooting If you are trying to connect to the HPC (ssh <your_username>@hpc1.its....

Updated 9 months ago by Jeff Tickle

Running Juicebox

Juicer

ssh with X11 enabled In order to use Juicebox on the HPC, you have to ssh with X11 enabled, which...

Updated 9 months ago by Tobi Azeez

Data transfer onto the HPC

HPC introduction

At some point, you will inevitably need to get data from the HPC back onto your local machine, or...

Updated 10 months ago by Tobi Azeez

Nextflow.config file with Slurm compatibility

Nextflow

process { executor = 'slurm' time = < number of hours ('h') days ('d') to let job run eg....

Updated 1 year ago by Tobi Azeez

Example SLURM Script (from video)

HPC introduction

(Link to original video) fastqc.sh and multiqc.sh scripts at bottom of page (slurm script) #!/bin...

Updated 1 year ago by Tobi Azeez

HPC Information and login

HPC introduction

Specifications ASU Research Computing offers a three node Slurm cluster for use by researchers. ...

Updated 1 year ago by Tobi Azeez

Example RNA-seq Nextflow script from video

Nextflow

#!/usr/bin/env nextflow // Defining necessary variables including the path to the reference genom...

Updated 1 year ago by Admin