GENEPARSE(1) | User Contributed Perl Documentation | GENEPARSE(1) |
geneparse - sequence file loader frontend
geneparse [options...] [input] [input2 ...] #read input and write to stdout
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.
uppercase all bases.
GNU General Public License, version 3 (GPLv3)
<http://murasaki.sourceforge.net>
Kris Popendorf <krisp@dna.bio.keio.ac.jp>
2010-05-31 | perl v5.10.1 |