Giter Club home page Giter Club logo

biom262-2016's Introduction

Build Status Join the chat at https://gitter.im/biom262/biom262-2016

Quantitative Methods in Genetics and Genomics

CMM262/BIOM262/BGGN237 Winter 2016

University of California, San Diego (UCSD)

Code and notebooks for BIOM262

Class website

Fork and clone the biom262-2016 Github Repo and start up the week's notebooks

You should have a code and notebooks directory already. If not, create them. Since the biom262-2016 is essentially a bunch of code, we'll clone this into the code directory. Use your newfound knowledge of git and UNIX to go into the code directory and clone the class repo:

  1. Fork https://github.com/biom262/biom262-2016 to your username
  2. Clone your forked repo to your "~/code" directory.
  3. Important: Create a branch for this homework Go into the biom262-2016 repository and add a branch called the week of homework you're working on, e.g. week01. This will allow you to have all your work for this week's homework in one place, and it won't get touched or deleted, even if you update the local code.

When you push code, you'll push to the week01 branch instead of master, e.g.

git push origin week01

Run this command to add the main biom262-2016 repository as the "upstream" repository, so you can always pull changes in.

git remote add upstream https://github.com/biom262/biom262-2016

What if I already cloned the repo without forking?

No worries - you can still get set up properly. Go to the biom262-2016 repo and click "Fork." Then run these commands:

git remote set-url origin https://github.com/yourgithubusername/biom262-2016
git remote add upstream https://github.com/biom262/biom262-2016

Note: you will still need to create a branch named after the week

biom262-2016's People

Contributors

bioh4x avatar geneyeo avatar gitter-badger avatar olgabot avatar

Stargazers

 avatar

Watchers

 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.