Scroll to navigation

GENEPARSE(1) User Contributed Perl Documentation GENEPARSE(1)

NAME

geneparse - sequence file loader frontend

SYNAPSE

geneparse [options...] [input] [input2 ...] #read input and write to stdout

DESCRIPTION

Reads a sequence file and writes it somewhere (by default to stdout).

A specific range within an input file can be specified by file[start,stop]. The square brackets can be interchanged for any of {[()]}, (eg. "genome.fa[3000,4000]" or "genome.fa{3000~4000}"). Be aware that all of those might be parsed by your shell. Also any non-word character can be used to separate the numbers.

OPTIONS

use soft-repeatmasked sequences (ie: replace lowercase bases with N's).
 uppercase all bases.
    
just print the length and exit
don't append a new line when finished
prints the program version
prints a help message
send output to a file (otherwise use stdout). --output implies --clean.
silence all warnings
prints lots of extra details

LICENSE

GNU General Public License, version 3 (GPLv3)

AVAILABILITY

<http://murasaki.sourceforge.net>

AUTHOR

Kris Popendorf <krisp@dna.bio.keio.ac.jp>

SEE ALSO

murasaki(1), geneparse(1)

2010-05-31 perl v5.10.1