Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.84 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.84 KB

Week 1 - Begin working using JupyterHub, GitHub and git

  1. Introduction
  2. Learning Objectives
  3. Review Material
  4. Lecture Material
  5. Assignment
  6. Project

Introduction

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.

Learning Objectives

  • 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

Review Material

Project

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.