This week we will begin to learn how to work together in the OMICS course using GitHub and git on the command line in a JupyterHub terminal window.
Millions of people from all over the world build projects together using GitHub. There are thousands of biochemical projects availble for free as open-source projects in areas such as genomics, biochemistry, sequencing, and gene ontology enrichment available on GitHub. Major corporations have integrated open-source software into their workflows and products.
You won't want to miss the amazing projects that you can download and use. This class will begin to show how to interact with these amazing projects.
- Understand what version control is
- Explain what these eight words associated with GitHub and be able to use them to build a project:
- Repo
- Fork
- git clone
- git status
- git add
- git commit
- git push
- Pull Request (PR)
- Understand what a README.md conveys:
- Welcome
- We have been expecting you
- Let me show you around
Set up your OMICS project directory using git and GitHub.
In week 1's assignment you will create your own
project directory (OMICS/projects/yourgitname
) in this OMICS repo and
initialize it with a README.md
.
Copyright (C) 2023-present, Drexel Medicine. All rights reserved.