Skip to content

biospectrabysequencing/gbs_rmd

Repository files navigation

Build Status Stories in Ready

Background

This repository contains a workshop that Marcus Davy gave on 20 Feb 2014 in Palmy. Moa was used to streamline the analysis. This version is exactly the same workshop except that it uses knitr as Moa seems a wee bit out of date and not maintained these is not actively maintained. This version also uses modules. If you don't have modules available (which you really should) then remove the module call from your knitr scripts. As long as the system finds tassel 3 you are fine.

Prerequisites

Join the chat at https://gitter.im/biospectrabysequencing/gbs_rmd

  • wget
  • unzip
  • R (>3.1)
  • knitr
  • tassel 3
  • bowtie2
  • modules
  • pandoc

Introduction

The GBS workshop in Palmerston North on 20 February 2014 used an example workflow which has been knitr-fied (please be aware that the workshop used moa).

PDFs of the workshop slides are available at;

http://www.genotypingbysequencing.org/GBS_Workshop_Feb_2014/

The pdf for the exercise is also available at;

http://ciedeakin.files.wordpress.com/2013/12/hands_on_exercise_20140219rje.pdf

-These pdfs could be added to this github repository so they are all in the one location.

Run all

You can run the whole pipeline by calling the run_all.R script in the main directory. Might not be advisable at this stage though.

## Cloning the repository
git clone https://github.com/biospectrabysequencing/gbs_rmd.git
cd gbs_rmd

## Run all 

Rscript run_all.R

Sanity checking

You should now be able to run any component of the workshop material (as long as it is in sequential order). For example:

## Traverse to first directory
cd 02_TagCounts/01_IndividualTagCounts/

## Knit R script 
Rscript run.R

Workshop videos

The GBS workshop in Palmerston North videos are available on youtube;

  • online

See also

About

No description, website, or topics provided.

Resources

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE
AGPL-3.0
COPYING.TXT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published