This repository contains training materials in Quarto markdown format (.qmd files) to learn how to use Hazel HPC for bioinformatics.
These materials were developed by the Hurwitz Lab at North Carolina State University as part of the Bioinformatics Resource Center (BRC) training program. They accompanied live workshop sessions but can also be used for self-paced learning.
The workshop presentations can be found int he slides/ directory, while hands-on exercises and tutorials are in the notebooks/ directory.
This is table depicting the calendar of live training sessions associated with these materials. We recommend you follow along with the exercises in the order presented here:
- Clone or download this repository
- Choose your preferred viewing method from the options below
- Open the training materials and follow along with the exercises
There are several ways to view and interact with the training materials:
- Download the HTML files from the repository
- Open them directly in your web browser
- No additional software required
If you want to edit or preview the materials while working on them:
- Install VS Code
- Install the Quarto extension for VS Code
- Open the
.qmdfiles in VS Code - Use the preview pane to see rendered output alongside your code
- Press
Ctrl+Shift+K(orCmd+Shift+Kon Mac) to render the document
To render the Quarto documents yourself:
- Install Quarto
- Clone this repository:
git clone https://github.com/hurwitzlab/brc_hazel_training.git cd brc_hazel_training - Render individual documents:
quarto render document.qmd
- Or render all documents:
quarto render
- Open the generated HTML files in your browser
If you're familiar with RStudio:
- Install RStudio (version 2022.07 or later includes Quarto)
- Open the
.qmdfiles in RStudio - Click the "Render" button to preview documents
You can view the raw Quarto markdown files directly on GitHub, though formatting and code output won't be rendered.
If you find issues or have suggestions for improvements, please open an issue or submit a pull request.
For questions about the training materials, please contact the Hurwitz Lab (mtouced@ncsu.edu or blhurwit@ncsu.edu)
