Giter Site home page Giter Site logo

celiosantosjr / annopipe Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 23 KB

Tired to have to search and parse your files in long processes? Do you still use several scripts to make annotation in your protein sequences? Using a single command annopipe will give you a parsed annotation using 6 databases, besides save your time. For more information look into the repository.

License: GNU General Public License v3.0

Shell 100.00%

annopipe's Introduction

annopipe - Automated pipeline for annotation and parsing of predicted genes files.

This pipeline is interesting for annotation and parsing of large datasets, using this in protein sequence files obtained after the gene prediction.


This version accounts resources to allow annotation with:

KEGG

COG

Uniprot

EGGNOG

PFAM

CAMERA


  1. Before Installing:

Make sure that you have installed: HMMER; Diamond; Python && Biopython.

Before starting you also should download the last update of the databases above mentioned to a folder of your preference.

Then generates the diamond databases using the following command:

$ diamond makedb --in <database.fasta> -d <database.output>
  1. Installation:

After download the files, you should update the paths in the script file. Take attention to:

A. Substitute the paths of the databases pre-formatted in diamond database;

B. HMMER databases are ready to use, just update the paths

C. Download the program libraries from zenodo repository: Link

D. type this command:

$ tar -zxvf /path/to/ref_folder.tar.gz

E. add the ref_folder path to the script

F. add the pathway of anno_pipe.sh to your main PATH

  1. Running:
$ anno_pipe.sh <input_fasta_file> <output_folder> <threads>
H++ :: In case of threads number not be specified then the anno_pipe will use 4 threads.

Specifications

System : Linux

Uses cutoff of 50% coverage, minimum score of 50, 45% of identity and 1e-5 in Diamond-Blastp approaches, while uses 60% coverage and 1e-5, with no domains overlapping for HMM profiles.

For more details look directly the sections parsing in the script. The original searching files are kept and allows a new parsing as desired by the user.


Author: Célio Dias Santos Júnior

Biotechonologist; Master in Molecular Biology and Genetics; PhD student in Bioinformatics

Contact


License

This software is released under GNU license, also following this distribution.

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.