HCEMM - Scientific Computing ACF
Instructors: Joao Sequeira, Maria Kavoosi, Istvan Szepesi-Nagy
This course introduces advanced bioinformatics techniques within high-performance computing (HPC) environments. Participants will learn to efficiently manage computational workflows, leverage HPC resources, and apply bioinformatics tools to analyze biological datasets. By the end of the course, students will gain hands-on experience in combining computational power with cutting-edge bioinformatics approaches.
Source: HBCTraining - Introduction to RNA-Seq using high-performance computing
- Data download (fasterq-dump)
- Quality Control (fastqc)
- Trimming (trimmomatic)
- Alignment (STAR)
- Counting (featureCounts)
- Pseudo-alignment (Salmon)
- Differential expression analysis (limma in R)
- SLURM (Task submissions on HPC systems)
Conda Enviroment Setup
Load Miniconda:
module load miniconda3
OR
ml miniconda3Check:
conda --version
conda 25.11.1Create our environment:
conda create -f bioinfo-hpc.ymlActivate environment:
conda activate bioinfo-hpcProblems
If conda environment is not activated, try:
/opt/miniconda3/bin/conda init bash
source ~/.bashrcthen try activating the environment again!
- Course content is based on HBCTraining website (Harvard Chan Bioinformatics Core) - doi.org/10.5281/zenodo.5833880
- Differential expression analysis pipelines are influenced by Marta Perez Alcantra's content on bulk RNA-seq analysis.
- Publicly available data is accessed through the Seqeunce Read Archive (SRA) based on Himes et al., 2014. - (SRP033351)