GithubHelp home page GithubHelp logo

dlysiak / annot-nf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wenchaolin/annot-nf

0.0 0.0 0.0 20.28 MB

Eukaryotic genome annotation pipeline implemented in Nextflow

License: ISC License

Perl 9.02% Shell 2.39% Lua 8.30% Groff 79.86% Ruby 0.44%

annot-nf's Introduction

annot-nf

A portable, scalable eukaryotic genome annotation pipeline implemented in Nextflow.

This software is a comprehensive computational pipeline for the annotation of eukaryotic genomes (like protozoan parasites). It performs the following tasks:

  • Fast generation of pseudomolecules from scaffolds by ordering and orientating against a reference
  • Accurate transfer of highly conserved gene models from the reference
  • De novo gene finding as a complement to the gene transfer
  • Non-coding RNA detection (tRNA, rRNA, sn(o)RNA, ...)
  • Pseudogene detection
  • Functional annotation (GO, products, ...)
    • ...by transferring reference annotations to the target genome
    • ...by inferring GO terms and products from Pfam pHMM matches
  • Consistent gene ID assignment
  • Preparation of validated GFF3, GAF and EMBL output files for jump-starting manual curation and quick turnaround time to submission

It supports parallelized execution on a single machine as well as on large cluster platforms (LSF, SGE, ...).

The pipeline is built on Nextflow as a workflow engine, so it needs to be installed first:

curl -fsSL get.nextflow.io | bash

With Nextflow installed, the easiest way to use the pipeline is to use the prepared Docker container (https://registry.hub.docker.com/u/satta/annot-nf) which contains all external dependencies.

docker pull satta/annot-nf

Here's how to start an example run using Docker (using the example dataset and parameterization included in the distribution):

$ git clone https://github.com/satta/annot-nf.git
$ cd annot-nf
$ ROOTDIR=`pwd` nextflow -c loc_docker.config -c params_default.config run annot.nf

For your own runs, clone params_default.config and substitute your own file names, paths, parameters, etc.

The reference annotations used in the pipeline need to be pre-processed before they can be used. TODO: add documentation on how to prepare references.

Sascha Steinbiss ([email protected])

###Build status Travis status

annot-nf's People

Contributors

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