Account & Access¶
Complete this step before the workshop begins. Getting your Alpine account active can take up to 15 minutes, so do not leave it for the day of.
1. Request an Alpine Account¶
Follow the instructions at the CSU Research Computing portal:
Get Started with Alpine, CSU Research Computing
Your account should become active within 15 minutes.
Please reach out to the workshop organizers directly to have an account set up for you. Do not attempt to create an account through the CSU portal.
2. Log in via Open OnDemand¶
The easiest way to access Alpine is through the Open OnDemand web interface, no SSH client or VPN required.
- Navigate to ondemand-rmacc.rc.colorado.edu
- Log in with your institutional credentials
- In the top menu, go to Clusters → Alpine Shell Access
This opens a terminal in your browser connected to an Alpine login node. You should see something like this:
Alternative: SSH
If you prefer a local terminal, you can connect via SSH instead:
See the CURC documentation for full SSH login instructions, including two-factor authentication setup.3. Install QIIME2¶
QIIME2 needs to be installed once into your projects directory before the workshop. This takes about 2 minutes.
1. Enter a compile node:
From the login shell, run:
Your prompt changes from a login node (login-ciXX) to a compute node (c3cpu-...), confirming you are on the compile node.
2. Copy the installation script:
3. Navigate to your projects directory and confirm the script is there:
Note
Replace jsmith@colostate.edu with your actual CSU NetID and email address.
4. Run the installation script:
Verify Your Setup¶
After the script finishes, confirm QIIME2 loads correctly:
If you see this output, you are ready for the workshop. If you see an error, email rc-help@Colorado.EDU with the full output.
Questions?¶
Contact the Research Computing help desk: rc-help@Colorado.EDU
Additional Alpine documentation: curc.readthedocs.io
Next: Environment Setup