cnv_tenest2gff.pl


NAME

cnv_tenest2gff.pl - Convert TENest output to GFF


VERSION

This documentation refers to program version $Rev: 602 $


SYNOPSIS

Usage

    cnv_tenest2gff.pl -i infile.txt -o outfile.gff

Required Arguments

    -i,--infile   # Path to the TE Nest result to convert
                  # Expects input from standard input otherwise
    -o,--outfile  # Path to the gff format outfile
                  # Writes output to standard output otherwise


DESCRIPTION

Converts TE Nest output to gff format output. The gff file will label these features as 'exon' to make them compatible with the apollo genome annotation curation program.


REQUIRED ARGUMENTS

The following arguments are the most useful in using the cnv_tenest2gff.pl program. They are not actually required since the cnv_tenest2gff.p program will attempt to use a default name or path that makes sense.

-i,--infile

Path of the input file to convert. If an input file is not provided, the program will expect input from STDIN.

-o,--outfile

Path of the gff formatted output file that . If an output path is not provided, the program will write output to STDOUT.


OPTIONS

-s,--seqname

The sequence name to use in the GFF output file. Otherwise, this will just use 'seq' as the sequence name.

--program

The program used to generate the annotation result. This data is written to the second colum in the gff output file. Be default this value is set to be ``tenest''.

-p, --param

The name of the paramter set used. This will be appened to the data in the second column, and can be used to distinguish among parameter combinations for multiple applications of TE Nest to the same sequence file.

--feature

The name to use for the feature type. This is the output value in the third colum of the gff output file. Be default this value is set to ``transposable_element''.

--usage

Short overview of how to use program from command line.

--help

Show program usage with summary of options.

--version

Show program version.

--man

Show the full program manual. This uses the perldoc command to print the POD documentation for the program.

-q,--quiet

Run the program with minimal output.


DIAGNOSTICS

The error message that can be generated will be listed here.


CONFIGURATION AND ENVIRONMENT

This program does not make use of a configuration file or variables set in the user's environment.


DEPENDENCIES

Required Software


BUGS AND LIMITATIONS

Bugs

Limitations


REFERENCE

A manuscript is being submitted describing the DAWGPAWS program. Until this manuscript is published, please refer to the DAWGPAWS SourceForge website when describing your use of this program:

JC Estill and JL Bennetzen. 2009. The DAWGPAWS Pipeline for the Annotation of Genes and Transposable Elements in Plant Genomes. http://dawgpaws.sourceforge.net/


LICENSE

GNU LESSER GENERAL PUBLIC LICENSE

GNU General Public License, Version 3

http://www.gnu.org/licenses/gpl.html

THIS SOFTWARE COMES AS IS, WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. USE AT YOUR OWN RISK.


AUTHOR

James C. Estill <JamesEstill at gmail.com>


HISTORY

STARTED: 08/27/2007

UPDATED: 03/24/2009

VERSION: $Rev: 602 $

 cnv_tenest2gff.pl