zhaokai2014 / transcriptx

autommated annotation pipeline for whole-transcriptome assemblies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transcriptx

A pipeline for autommated annotation of whole-transcriptome shotgun assemblies that integrates:

Installation

$ -xvfz transcriptx.tar.gz

$ cd transcriptx

$ sudo python install.py

As RNAmmer, SignalP and TMHMM are not distributed are only avaliable under academic or comercial license, they are not provided along with transcriptx, and must be obtained from their respective repositories. After downloading, decompressing and installing, you can add then to the transcriptix pipeline using the following commands:

$ transcriptx.py --add_rnammer RNAMMER_DIR_PATH

$ transcriptx.py --add_signalp SIGNALP_DIR_PATH

$ transcriptx.py --add_tmhmm TMHMM_DIR_PATH

Running

transcriptx.py --protein_db proteins.fasta --transcriptome assembly.fasta --out_dir resultado --threads 4

About

autommated annotation pipeline for whole-transcriptome assemblies

License:Apache License 2.0