Giter Club home page Giter Club logo

bdsi-demo-2019's Introduction

BDSI Reproducible Research 2019

This repo was used to demo git during the BDSI session on reproducible research. This repo will exist as a reference for the remainder of the summer.

Topics Discussed

  • Project organization
  • Documentation
  • Version Control
  • Capturing the computational environemnt
  • Automation

How to add a project to Github

echo "# Title" >> README.md
git init
git add README.md
git commit -a # and fill in commit message

# Then next two steps will link your local repo with a remote on Github and only need to be ran once.
git remote add origin https://github.com/<your_account>/<repo_name>.git
git push --set-upstream origin master

How to run Snakemake pipeline

See link below for instructions on how to install Snakemake. The pipeline performs the following steps:

  1. Subsets a few chromosomes of public 1000 Genomes data.
  2. Generates allele frequency stats from the subsets for each chromosome.
  3. Merges the per-chromosome stats into a single file.
  4. Generates a plot from the merged file.
# Runs a maximum of 2 jobs in parallel
snakemake --use-conda -j 2 

Links

Conda:

Snakemake:

Jupyter notebooks:

Containers:

RStudio:

bdsi-demo-2019's People

Contributors

jonathonl avatar

Watchers

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