cnv_findmite2gff.pl


NAME

cnv_findmite2gff.pl - Convert FINDMITE output to gff format


VERSION

This documentation refers to program $Rev: 527 $


SYNOPSIS

Usage

    cnv_findmite2gff -i InFile -o GffOutFile [-f FastaOutFile]

Required Options

    -i   # Path to the Findmite result to convert
         # If not specified, the program will expect input from STDIN
    -o   # Path to the gff format output file
         # If not specified the program will write output to STDOUT


DESCRIPTION

Converts FINDMITE output to GFF format. May also be used to extract the MITEs from to a FASTA file by using the --fasta option.


REQUIRED ARGUMENTS

-i,--infile

Path of the input file that contains the results of the FINDMITE program. If this option is not specified, the program will expect input from STDIN.

-o,--outfile

Path to the gff output file. If and outfile file path is not specified, the program will write the output to STDERR.


OPTIONS

-p,--param

The parameter name to append to the source program name. This information will be appended to the second column of the gff output file. This is used to specify the parameter set used to generate the FINDMITE results.

--program

The program name to use. This is the data in the second column of the gff output file. Be default, this is set to 'findmite'. This option allows you to specify other program names if desired.

-n,--name

Identifier for the sequence file that was masked with repeatmasker. The out file from repeatmasker may have truncated your original file name, and this option allows you to use the full sequence name.

-f, --fasta

Genreate a fasta format output file. This file will contain the putative MITEs.

--append-gff

Append the gff data to the any existing data in the file specified by -o,--outfile.

--append-fasta

Append the MITE fasta file data to any existing data in the file specified by -f,fasta.

-q,--quiet

Run the program with minimal output.

--verbose

Run the program in verbose mode.

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


DIAGNOSTICS

The error messages 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 environment.


DEPENDENCIES

Other modules or software that the program is dependent on.

Software

Perl Modules

This program does not make use of Perl modules outside of the normal suite of modules present in a typical installation of perl.


BUGS AND LIMITATIONS

Bugs

Limitations


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/30/2007

UPDATED: 02/03/2009

VERSION: $Rev: 527 $

 cnv_findmite2gff.pl