/bioinf575

Repository for the programming laboratory in bioinformatics.

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Welcome to the UM DCMB BIOINF 575 class repo!

This site will house any of the code that the instructors develop during the course. Additionally, students are free to submit questions, answer questions, or submit their own code here as well.

Note: Whenever you see <SOMETHING>, it means to replace the <SOMETHING> with what you want. For example:

# Original
cp <TARGET> <DESTINATION>
# Modified
cp dcmb/foo.py working_dir/

Table of Contents

Please feel free to use these links to guide through the repo

  1. Code of Conduct
  2. Asking a question

Updating your local repo

As we work on code throughout this class, you will be expected to use code stored in this repo. However, because you will be changing the code as we go through it, you will eventually get an error when you git pull (or update) the repo that says something like "Your local changes to the following files will be overwritten by merge’".

When you get to this issue, please read the wiki page that details how to update your local repo without overwritting your data. This should become habit before class starts.

To find out more about git stash, go to https://git-scm.com/book/en/v2/Git-Tools-Stashing-and-Cleaning to read all about it.