Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
![course card](images/Dartmouth-course-card.png)
# Dartmouth College Bioinformatics for Beginners
---------------------------------
<br>
<p align="center">
<img src="images/Dartmouth-course-card.png" width="400" />
</p>

This module introduces you to the [Bash shell scripting language](https://en.wikipedia.org/wiki/Bash_(Unix_shell)), working with common genomics file formats, and working within the terminal environment. In addition to the overview given in this README you will find 6 submodules in the forms of Jupyter notebooks that teach you different components of working with genomics data in the cloud. This module can be run on either [Google Cloud Platform (GCP)](https://github.com/NIGMS/Fundamentals-of-Bioinformatics/tree/main/GoogleCloud/) or [Amazon Web Services (AWS)](https://github.com/NIGMS/Fundamentals-of-Bioinformatics/tree/main/AWS/)

Watch this [Introduction Video](https://www.youtube.com/watch?v=VaZedZhjXrU&list=PLXaEJPtnQ4w7Vu7vqWbttBjUGrPp4Qa7b&index=1) to learn more about the module.

## Overview of Page Contents

+ [Learning Objectives](#learning_objectives)
+ [Learning Objectives](#learning-objectives)
+ [Workflow](#workflow)
+ [Data](#data)
+ [Troubleshooting](#troubleshooting)
Expand Down
Loading