cnv_ltrseq2gff.pl


NAME

cnv_ltrseq2gff.pl - Convert LTR_seq output to GFF format.


VERSION

This documentation refers to program version $Rev: 595 $


SYNOPSIS

Usage

    cnv_ltrseq2gff.pl -i InFile -o OutFile -s SeqName

Required Arguments

    -i,--infile   # Directory of fasta files to process
    -o,--outfile  # Path to the output file
    -s,--seqname  # ID of the sequence record analyzed


DESCRIPTION

Converts program output from LTR_seq LTR prediction program to GFF format.


REQUIRED ARGUMENTS

-i,--infile

Path of the input file which is the prediction results from LTR_seq. If an input file is not specified, the program will expect intput from STDIN.

-o,--outfile

Path of the output file which will be the GFF output from cnv_ltrseq2gff.pl. If an input file is not specified, the program will print output to STDOUT.

-s,--seqname

The sequence ID of the query sequence that was analyzed. This will be used to write to the first column of the GFF output file.


OPTIONS

--append

Append the GFF results to an existing GFF file. The path to the existing GFF file is indicated by the --outfile option.

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

-v,--verbose

Run the program in verbose mode.

-q,--quiet

Run the program with minimal output.


DIAGNOSTICS

Error messages generated by this program and possible solutions are listed below.

ERROR: Can not open input file

The path to the input file you provided by the --infile option may be incorrect, or you do not have permission to read the file that exists at that location.

ERROR: Can not open output file

The directory that you specified at the --outfile option may not exist, or you may not have permission to write files in that directory.


CONFIGURATION AND ENVIRONMENT

The cnv_ltrseq2gff.pl program does not required an external configuration file or make use of variables defined in the user's environment.


DEPENDENCIES

Required Software

Required Perl Modules


BUGS AND LIMITATIONS

Bugs

Limitations


SEE ALSO

The batch_blast.pl program is part of the DAWG-PAWS package of genome annotation programs. See the DAWG-PAWS web page ( http://dawgpaws.sourceforge.net/ ) or the Sourceforge project page ( http://sourceforge.net/projects/dawgpaws ) for additional information about this package.


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: 09/03/2007

UPDATED: 03/30/2009

VERSION: $Rev: 595 $

 cnv_ltrseq2gff.pl