Skip to content

Repository for the programming laboratory in bioinformatics.

License

Notifications You must be signed in to change notification settings

xingxianli/bioinf575

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Repository for the programming laboratory in bioinformatics.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%