Git Product home page Git Product logo

bio399's Introduction

Bio399: Computational Genetics

Course materials for Spring 2021 term of Computational Genetics. Because of the auspicious timing of our class we have decided to focus on applying our developing computer programming chops to studying COVID and the evolution of the virus that causes the disease SARS-CoV-2.

How to keep your class material up to date on the server

Generally you will want to keep the your copy of the class materials that sits on the bio399cloud server up to date with what is on Github here. To do that you can follow these steps

First time download

If you want to download the material for the first time, or if you get in trouble somehow and want to start from the begining, use git clone to download. That is,

  1. open a new terminal window on the server
  2. type git clone https://github.com/andrewkern/bio399

If you have already downloaded

If you have cloned the directory you have two choices: you could delete the entire thing and clone it again, or you could maintain you repo up to date with the remote one.

delete and re-clone

Warning: save your work If you want to just delete everything and start again you can, but be sure to save your own notebooks some place safe. perhaps download them to your own machine. Here are the steps to blast everything away and start afresh

  1. open a new terminal window on the server
  2. type rm -rf bio399/ -- this removes the directory
  3. type git clone https://github.com/andrewkern/bio399

Git pull and git reset if need be

The other option is to keep things up to date with what's on the Github server without deleting anything. You can do this in the following way

  1. open a new terminal window on the server
  2. cd bio399/ -- move into the bio399 directory
  3. type git pull . this may work, but it may complain about uncommitted changes and ask you to stash. don't do this. instead go to step 4
  4. type git fetch origin
  5. type git reset --hard origin/master

and that should keep you up to date!

bio399's People

Contributors

andrewkern avatar clararehmann avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.