Giter Site home page Giter Site logo

jlanga / khmer_trinity_snakemake Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 4.0 43.86 MB

A Snakemake pipeline for Illumina Transcriptome Assembly: trimmomatic + dignorm+ trinity

License: MIT License

Python 82.03% Shell 17.97%
trinity khmer transcriptome-assembly pipeline snakemake

khmer_trinity_snakemake's Introduction

khmer_trinity_snakemake

NOTE

This is an old repo. For a more efficient and automatic approach, go to smsk_khmer_trinity

What's this?

This is a repo containint a Snakemake workflow to assemble RNA-Seq reads.

The general workflow is as follows:

  • Read trimming with Trimmomatic

  • Read normalization with the khmer/diginorm Python package.

  • Transcriptome assembly with Trinity.

How to run it?

  1. Clone this repo

  2. Make a virtualenv with python>=3.4:

virtualenv --python=python3.5 .
  1. Activate it
source bin/activate
  1. Install locally the required software:
bash scripts/install_software.sh
  1. Test the pipeline with the sample data to see if it works (Trimmomatic, Trinity, khmer and additional pip packages):
ln -s config.yaml.example config.yaml
snakemake -j 24

How to analyse your data?

Copy the config.yaml.example into config.yaml and fill the file with your data:

  • Paths to your FASTQ files

  • Adaptors used

  • Phred Scores

  • Additional parameters for Trimmomatics, Khmer and Trinity

Have fun!

khmer_trinity_snakemake's People

Contributors

jlanga avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

khmer_trinity_snakemake's Issues

License?

Hi jlanga!

Via the magic of Google, I was taking a look at your code to help me figure out some issues I had with my own Snakemake implementation of Trimmomatic. Thank you, it was super helpful! Would you mind if I continued to use some code based off of yours? If not, would you mind adding a BSD-compatible license to your repo so we could potentially integrate it (and credit you) in some other projects?

Thanks!
-jon

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.