batch_seq_summary.pl


VERSION

This documentation refers to program version $Rev: 365 $


SYNOPSIS

Usage

    batch_seq_summary.pl -i InFile -o OutFile

Required Arguments

    -i, --indir    # Directory of fasta files to process
    -o, --outfile  # Path to file to print program output


DESCRIPTION

Display basic summary information for a directory of sequences. Files must end in fasta to be recognized as a fasta file.


REQUIRED ARGUMENTS

-i,--indir
Path of the directory containing the sequences to process.

-o,--outfile
Path of the output file that will contain information for the input sequence files.


OPTIONS

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

--verbose
Run the program in verbose mode.


DIAGNOSTICS

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

ERROR: No fasta files were found in the input directory
The input directory does not contain fasta files in the expected format. This could happen because you gave an incorrect path or because your sequence files do not have the expected *.fasta extension in the file name.

ERROR: Could not create the output file
The output file path may be to a directory that does not exist or you may not have write permission to the directory that you are trying to write to.


CONFIGURATION AND ENVIRONMENT

the batch_seq_summary.pl program does not require an external configuration file or make use of variables set in the user's environment.


DEPENDENCIES

Required Software

Required Perl Modules


BUGS AND LIMITATIONS

Bugs

Limitations


SEE ALSO

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


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: 10/05/2007

UPDATED: 12/13/2007

VERSION: $Rev: 365 $

 batch_seq_summary.pl