Tutorials
A curated list of practical tutorials for onboarding, environment setup, and workflow execution.
Getting Started
- Basic Linux Command Lines
Essential shell commands for file navigation, process management, and scripting basics. - Basic SSH Usages for the CCR server
Connect securely, transfer files, and run remote jobs on CCR resources.
Environment Setup
- How to use Miniforge
Lightweight Conda environment setup for reproducible Python workflows. - Python + Jupyter setup
Configure Python and Jupyter for local or server-based analysis. - R + RStudio setup
Install and configure R/RStudio for statistical and genomics analysis.
Cluster and Workflow Execution
- SLURM system quickstart
Submit, monitor, and manage jobs on the CCR cluster. - Snakemake quickstart
Build reproducible and scalable pipelines with Snakemake. - CWL quickstart
Run portable workflows with the Common Workflow Language.
Suggested Learning Path
- Basic Linux Command Lines
- Basic SSH Usages for the CCR server
- Miniforge setup
- Python + Jupyter setup or R + RStudio setup
- SLURM system quickstart
- Snakemake or CWL quickstart