A Mid-Atlantic Workforce Development Offering Provided by the Division of Consolidated Laboratory Services in Collaboration with Theiagen Genomics
The Division of Consolidated Laboratory Services, in collaboration with Theiagen Genomics, will be hosting a Docker for Public Health Bioinformatics Course. This will be a virtual course hosted on Tuesdays and Thursdays via Zoom from April 1st - 24th, 2025. All training materials will be hosted on this GitHub page to encourage self-paced and asynchronous learning.
- Articulate the utility of Docker and software containerization and their applications in public health bioinformatics;
- Describe the advantages and challenges of using containerized software for interoperable and reproducible pathogen genomics;
- Gain experience with the steps involved in developing and testing containerized software for use in public health bioinformatics;
- Gain familiarity with community-driven resources for public health bioinformatics such as StaPH-B’s docker container repository.
This course is designed for bioinformatics scientists interested in strengthening their skill sets as container developers. The following are pre-requisites for participation in the course:
- Previous experience in bioinformatics, specifically accessing open-source tools through a command-line interface and installing these tools on a Linux environment;
- Have a GitHub account (or the ability to create one) (see Prerequisites for Hands-On Exercises);
- Have Visual Studio Code installed (see Prerequisites for Hands-On Exercises).
This will be a 4-week training series occurring on Tuesdays and Thursdays from April 1st - 24th, 2025:
- Tuesdays (90 min): Lecture material with hands-on exercises
- Thursdays (60 min): "Office hours" style meeting where participants can ask any questions about the material, and the trainers will address any errors encountered by participants.
A pre-training kick-off will be held on Monday, March 31st 2025. All lecture content will be recorded and made available through this GitHub repository to facilitate self-paced and asynchronous learning.
Week 00: Training Kick-Off
Week 01: Container Repositories and Writing Dockerfiles
Week 02: Container Repositories and Writing Dockerfiles
Week 03: Developing Custom Docker Images
Week 04: StaPH-B Docker-Builds Repository and Course Review
In addition to lectures, this course consists of several hands-on exercises to reinforce the coursework material. To participate in these exercises, trainees will need the following resources:
If you don't already have a GitHub account, please go to github.com and register (it's free!). To sign in to GitHub, please follow the URL at https://github.com/signup
- Once you have registered, ensure you are signed into your account at https://github.com
Visual Studio Code, commonly referred to as VS Code, is an Integrated Development Environment (IDE) developed by Microsoft for Windows, Linux, and macOS. Features include support for debugging, syntax highlighting, and embedded version control with Git. VS Code supports almost every major programming language.
- You can download VS Code for your system at https://code.visualstudio.com
- Navigate to https://app.gitpod.io/
- Select "Continue with GitHub", authorize Gitpod to access your GitHub account, and sign in with your credentials
Once your account is connected to GitPod, it will prompt you to create an organization. Unfortunately, this step cannot be skipped. You create an organization with whatever name you wish, this will not matter once you are invited to this course's organization.
- Note that the organization name will depend on the cohort and year of the course you are attending, matching this repository name.
Once registered and part of this course's organization, navigate to the Create Environment button on the top right panel of your screen.
- Create a new environment and connect with the course's repository
https://github.com/theiagen/Mid-Atlantic-Docker4PH-2025.
- You'll be prompted to connect to GitHub via an access token. Select the Developer Settings URL and follow the configuration process on GitHub.
- Paste the Personal Access token in the required field and click Connect.
- Once your workspace is running, select Open with VS Code
- VS Code will open, and you'll be prompted to install GitPod Extension and connect to your new environment. Click "Install Extension and Open URI"
🚨NOTE🚨 Once you're finished working, make sure to shut down your workspace in GitPod. There are a few ways to stop your workspace from running! It will auto-stop after 30 minutes of inactivity to save resources, but you can force it to stop by clicking on the toggle next to the status information.
| Software | Version | Link |
|---|---|---|
| NCBI Datasets | https://github.com/ncbi/datasets https://www.ncbi.nlm.nih.gov/datasets/docs/v1/ |
|
| SPAdes | https://github.com/ablab/spades http://cab.spbu.ru/software/spades/ |







