fetch_tenest.pl


NAME

fetch_tenest.pl - Fetch TE Nest LTR and SVG files


VERSION

This documentation refers to $Rev: 584 $


SYNOPSIS

Usage

    fetch_tenest.pl -c SeqList.txt -o OutDir [--gff]

Required Arguments

    -c, --config   # Path to the config file
    -o, --outdir   # Path to the base output directory
    --gff          # Convert output to GFF files


DESCRIPTION

Given a tab delimited input file of theFetches the TE Nest results using wget. The results are converted to gff and copied to the gff dir if requested.


REQUIRED ARGUMENTS

-c,--config

Path of the configuration file. This is a tab delimited input file that must be in the following format:

    HEX0350E24     1188334554_18873
    HEX0358K19     1188334578_19208
    HEX0411K13     1188334604_19821

Where the first column is the name of the sequence that was analyzed by TE Nest and the second column is the id of the TE Nest job. This job id is returned by TE Nest when the job is initially submitted.

-o,--outdir

Path of the output directory. This is the base dir that the analysis results are stored in.


OPTIONS

--gff

Convert downloaded data to the GFF file format.

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

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

ERROR: Can not create tenest out dir.

The output directory could not be created at the path you specified. This could be do to the fact that the directory that you are trying to place your base directory in does not exist, or because you do not have write permission to the directory you want to place your file in.


CONFIGURATION AND ENVIRONMENT

Configuration File

The configuration file used by fetch_tenest.pl a tab delimited text file that must be in the following format:

    HEX0350E24     1188334554_18873
    HEX0358K19     1188334578_19208
    HEX0411K13     1188334604_19821

Where the first column is the name of the sequence that was analyzed by TE Nest and the second column is the id of the TE Nest job. This job id is returned by TE Nest when the job is initially submitted.

Environment

The fetch_tenest.pl program does not currently make use of variables defined in the user's environment.


DEPENDENCIES

Required Software

Required Perl Modules


BUGS AND LIMITATIONS

Bugs

Limitations


SEE ALSO

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


AUTHOR

James C. Estill <JamesEstill at gmail.com>


HISTORY

STARTED: 08/29/2007

UPDATED: 12/12/2007

VERSION: $Rev: 584 $

 fetch_tenest.pl