Giter Club home page Giter Club logo

smsk_khmer_trinity's Introduction

smsk_khmer_trinity: a simple workflow for transcriptome assembly

Build Status

1. Description

This is a workflow for de novo transcriptome assembly with Illumina reads. It

  1. Trims reads with Trimmomatic

  2. Performs digital normalization with khmer

  3. Assembles with trinity

2. First steps

Just follow what is inside the .travis.yml

  1. Install conda

  2. Clone this repo

  3. Add your samples to config.yaml

  4. Run snakemake: snakemake --use-conda -j

3. File organization

The hierarchy of the folder is the one described in A Quick Guide to Organizing Computational Biology Projects:

smsk_khmer_trinity
├── bin: binaries, scripts and environment files.
├── data: raw data, hopefully links to backup data.
├── README.md - This
├── results: processed data.
|    ├── raw: links to raw data
|    ├── qc: processed reads with trimmomatic
|    ├── diginorm: digital normalization
|    ├── assembly: Trinity output
|    ├── filtering: TPM per loci filtering
|    ├── tissue: per sample quantification
|    └── transrate: assembly and filtering statistics
└── src: additional source code, tarballs, etc.

4. Analyzing your data

"Just" edit the config.yaml with the paths to your fastq files and change parameters. In the section diginorm_params \ max_table_size type 4e9 because it's anoyingly slow to do tests with 16Gb of RAM.

Also raise Trinity's maximum memory usage if you need it.

Links, References and Bibliography

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.