1BP_DBSPLIT(1)         User Contributed Perl Documentation        BP_DBSPLIT(1)
2
3
4

NAME

6       dbsplit - script to split an input set of database(s) into smaller
7       pieces
8

SYNOPSIS

10         dbsplit.PLS --size 50 [-i inputfile] [-if inputformat] [-of outputformat]
11                     [--prefix outputprefix] [ < file1 file 2  OR file1 file2]
12

DESCRIPTION

14       This script will take as input a list of filenames or a single file or
15       from STDIN a sequence database and split the database into separate
16       files of X numbers of sequences.  You specify X with the "--size/-s"
17       parameter.  The input and output sequence format is any that is
18       supported by bioperl (fasta,embl,genbank,gcg, swissprot, etc).
19
20       You can specify the input data either as a single file with -i
21       filename, or as a single file as an argument like
22
23         % dbsplit file1 file2
24
25       or as a list of sequence data with
26
27         % cat file1 file2 file3 | dbsplit
28
29       You'll want to use the "--prefix" to specify what the output prefix
30       will be.
31

FEEDBACK

33   Mailing Lists
34       User feedback is an integral part of the evolution of this and other
35       Bioperl modules. Send your comments and suggestions preferably to the
36       Bioperl mailing list.  Your participation is much appreciated.
37
38         bioperl-l@bioperl.org                  - General discussion
39         http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
40
41   Reporting Bugs
42       Report bugs to the Bioperl bug tracking system to help us keep track of
43       the bugs and their resolution. Bug reports can be submitted via the
44       web:
45
46         http://bugzilla.open-bio.org/
47

AUTHOR

49       Jason Stajich, jason-at-bioperl-dot-org
50
51
52
53perl v5.12.0                      2010-04-29                     BP_DBSPLIT(1)
Impressum