Giter Site home page Giter Site logo

atombaby / intro-bioinformatics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fredhutchio/intro-bioinformatics

0.0 0.0 0.0 12.46 MB

Website and slides for intro to bioinformatics class at Fred Hutch

Home Page: http://fredhutchio.github.io/intro-bioinformatics/

HTML 24.91% Makefile 0.30% Shell 2.38% CSS 36.53% Python 0.67% JavaScript 35.21%

intro-bioinformatics's Introduction

Intro to Bioinformatics

Class poster

A short series offered by fredhutch.io to members of Fred Hutch.



Overview of class

The following is the tentative outline for courses in the class:

  1. Overview & remote server access
  2. Unix Shell I - overview
  3. Unix Shell II - learning specific utilities
  4. Version Control with Git
  5. Python I - syntax and data types
  6. Python II - building data structures
  7. Python III - writing a program

The class will be loosely following Bioinformatics Data Skills for the overview, unix, and version control sections. For the python sections, we'll be following [TBD].

The links in the outline above will eventually point to the slides and resources for the respective sessions.

Prerequisites

For the first class, please install NoMachine on the laptop you plan to bring to class. We also ask that you read the first two chapters of the book (particularly the first) before coming to class, but you won't be chastised if you don't.

Optional: Running on your own machine instead of NoMachine

After the first class, if you have a Linux or OSX machine and wish to avoid using NoMachine, you can do so as long as you have sshfs installed on your computer. For Ubuntu users, all you have to do is run sudo apt-get install sshfs in a terminal For OSX users, you have to

  • First install XCode from the Apple Store
  • Then install homebrew
  • Then run brew install sshfs from your OSX terminal

From within the Fred Hutch network you should now be able to run

mkdir -p ~/mounts/hutch
sshfs rhino: ~/mounts/hutch

Now you can access files in your home directory on the servers as though they lived in ~/mounts/hutch on your laptop. In particular, you can now use your text editor of choice to edit code files for the remainder of this class. (We recommend Sublime Text, but if you're on Ubuntu you can probably get by with Gedit).

Windows users...

Sorry, running directly from Windows is not supported. You can always install Virtual Box, and an Ubuntu virtual machine if you really want to run things on your own laptop, and in particular if you're interested in having your own Linux environment to play with.

Technical Notes

The slides are written in a little extension of Markdown. After processing, the Markdown gets converted to a reveal.js presentation. HTML is rendered by the brilliant pandoc. Trees are rendered using the archaeopteryx tree viewer.

License

Creative Commons License
Talks by Christopher Small & Frederick A. Matsen IV is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

intro-bioinformatics's People

Contributors

matsen avatar metasoarous 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.