cnv_repseek2gff.pl


NAME

cnv_repseek2gff.pl - Convert repseek output to gff format


VERSION

This documentation refers to program version $Rev: 597 $


SYNOPSIS

Usage

    cnv_repseek2gff.pl -i InFile -o OutFile

Required Options

    --infile        # Path to the repseek output file
                    # Assumes STDIN if not givien
    --outfile       # Path to the output gff file
                    # Assumes STDOUT if not given


DESCRIPTION

Convert repseek output to a GFF format compatible with the Apollo genome annotation program.


REQUIRED ARGUMENTS

-i,--infile

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

-o,--outfile

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


OPTIONS

-s,--seqname

The name of the sequence contig that is being annotated. This will be used for the first column in the gff file. If this option is not specified the name will default to 'seq'.

-p, --param

The name of the parameter set used in repseek. This allows the user to define multiple parameter sets in repseek, and then draw them as separate tracks in annotation visualization programs.

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

-v, --verbose

Run the program in verbose mode.


DIAGNOSTICS

Can not open input file

The input file path provided by the -i, --infile switch is not valid.

Can not open output file

The output file path provided by the -o, --outfile witch is not valid.

Expecting input from STDIN

When an input file path is not specified, the program expects input to come from STDIN. This default behaviour allows output from repseek to be piped directly into the cnv_repseek2gff.pl program.


CONFIGURATION AND ENVIRONMENT

This program does not make use of configuration files or variables set in the user environment.


DEPENDENCIES

Required Software

RepSeek

This program is designed to parse output from the RepSeek program. RepSeek is available from: http://wwwabi.snv.jussieu.fr/~public/RepSeek/


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 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: 11/25/2008

UPDATED: 03/30/2009

VERSION: $Rev: 597 $

 cnv_repseek2gff.pl