GithubHelp home page GithubHelp logo

pipeline-ref-isoforms-ont's Introduction

Pipeline for annotating genomes using long read transcriptomics data with stringtie and other tools

DOI

This snakemake pipeline creates GFF annotation from Oxford Nanopore cDNA or direct RNA reads. The cDNA reads are optionally processed by pychopper for trimming and orientation. The processed reads are mapped to the reference genome using minimap2, and then processed by stringtie in long read mode (with or withouth using a guide annotation) to generate the GFF annotation.

The annotation generated by the pipeline is compared to the existing annotation (if one can be found) using gffcompare and a report is genereated.

Getting Started

Input

  • The input reads must be in fastq format.
  • The input genome must be in fasta format.
  • The existing annotations must be in GFF3 or GFF2 format.

Output

The main output files generated by the pipeline are the following:

  • results/annotation/str_merged.gff - annotation in GFF2 format
  • results/gffcompare/* - comparison to the existing annotation (if provided) by the gffcompare tool (documentation)
  • results/gffcompare/str_gffcmp_report.pdf - visualisation of gffcompare results

Depedencies

  • miniconda
  • snakemake - easily installed via conda
  • The rest of the dependencies are installed via conda.

Installation

Clone the pipeline and the pipeline toolset by issuing:

git clone --recursive https://github.com/nanoporetech/pipeline-ref-isoforms-ONT.git

Usage

Edit config.yml to set the input genome, input fastq and parameters, then issue:

snakemake --use-conda -j <num_cores> all

pipeline-ref-isoforms-ont's People

Contributors

egustavsson avatar

Watchers

 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.