Download Latest Version seqping_0.1.45.1.tar.gz (78.5 MB)
Email in envelope

Get an email when there's a new version of Seqping

Home / pre_release / scripts
Name Modified Size InfoDownloads / Week
Parent folder
maker_gff_correction.sh 2013-12-09 993 Bytes
getRefPro.pl 2013-09-24 1.6 kB
splitFASTAlength.pl 2013-09-23 1.6 kB
splign2zff.pl 2013-09-23 3.0 kB
splign2exon.pl 2013-09-23 2.9 kB
glimmhmm.pl 2013-09-23 1.4 kB
glimmerhmmgff32makergff3.pl 2013-09-23 2.6 kB
gff2fasta.pl 2013-09-23 2.1 kB
filter_tbx.sh 2013-09-23 670 Bytes
filter_hmm.sh 2013-09-23 526 Bytes
fetch_list.pl 2013-09-23 1.4 kB
brFILTER.pl 2013-09-23 3.4 kB
brCONVERT.pl 2013-09-23 3.3 kB
Totals: 13 Items   25.3 kB 0
  _____                  _             
 / ____|                (_)            
| (___   ___  __ _ _ __  _ _ __   __ _ 
 \___ \ / _ \/ _` | '_ \| | '_ \ / _` |
 ____) |  __/ (_| | |_) | | | | | (_| |
|_____/ \___|\__, | .__/|_|_| |_|\__, |
                | | |             __/ |
                |_|_|            |___/ 



Copyright (C) 2013 Chan Kuang Lim and CONTRIBUTORS
See LICENSE.txt and CONTRIBUTORS.txt for details.


Description
-----------
Gene Prediction Pipeline for Plant Genomes using Self-Trained Gene Models and Transcriptomic Data.


Prerequisites
-------------
In principle, Seqping should run on any POSIX-compliant UNIX system (Linux, Mac OS X, Cygwin), although in practice, it has only been tested on Linux systems.
Native Windows support is not anticipated any time soon.

Seqping is a gene model pipeline. In other words it links together many steps and programs to produce final model. For this reason, you must first install a number of programs that Seqping depends on.
a. BLAST 2.2.25 (ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/)
b. CD-HIT 4.5.4 (http://www.bioinformatics.org/downloads/index.php/cd-hit/)
c. Exonerate 2.2 (http://www.ebi.ac.uk/~guy/exonerate/)
d. GlimmerHMM 3.0 (ftp://ccb.jhu.edu/pub/software/glimmerhmm/)
e. AUGUSTUS 2.6.1 (http://bioinf.uni-greifswald.de/augustus/binaries/)
f. SNAP-2012-05-17 (http://korflab.ucdavis.edu/Software/)
g. MAKER 2.28 (http://www.yandell-lab.org/software/maker.html)
h. EMBOSS 6.4.0 (http://emboss.sourceforge.net/download/)
i. HMMER 3 (http://hmmer.janelia.org/software)
j. RepeatMasker-3-3-0 (http://www.repeatmasker.org/RMDownload.html)
k. NCBI C++ Toolkit (ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools++/)


Installation
------------
Just download, unzip, and use right there. No compilation step needed.
See INSTALL.txt for details.


Running
-------
Usage: Gene Prediction Pipeline for Plant Genome using Self-Trained Gene Models and Transcriptomic Data
  Arguments:
    -t  <string>  Transcriptome sequences in FASTA format
    -g  <string>  Genome sequences in FASTA format
    -r  <string>  Reference full length protein sequences in FASTA format
    -f  <string>  Repeat sequences for filtering in FASTA format
    -m  <string>  Repeat data for filtering in HMM format
    -o  <string>  Directory for output
  Options:
    -e  <string>  BLAST E-value cut-off  [default: 1e-10]
    -p  <int>     Number of processor  [default: 1]
    -l  <string>  Log file [default: model.log]
    -c  <int>     Start the program from which stage [default: 1]
    -q            Enable jobs submit using qsub
    -h            Print help message and exit
See RUNNING.txt for details.
Source: README.txt, updated 2014-03-25