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

NAME

6       seqretsplit - split a sequence (or stream) into a single file per
7       sequence
8

SYNOPSIS

10         seqretsplit file1 file2 ..
11         # or
12         seqretsplit < file1
13

DESCRIPTION

15       The script will split all sequences from fasta file(s) (or stdin) to
16       individual files. The filename is the sequence ID (everything before
17       the 1st whitespace in a FASTA header).  Currently it doesn't check to
18       see that it isn't overwriting an existing file so IDs should be unique
19
20       This is inspired by EMBOSS seqretsplit tool.
21

FEEDBACK

23   Mailing Lists
24       User feedback is an integral part of the evolution of this and other
25       Bioperl modules. Send your comments and suggestions preferably to the
26       Bioperl mailing list.  Your participation is much appreciated.
27
28         bioperl-l@bioperl.org                  - General discussion
29           http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
30
31   Reporting Bugs
32       Report bugs to the Bioperl bug tracking system to help us keep track of
33       the bugs and their resolution. Bug reports can be submitted via email
34       or the web:
35
36       http://bugzilla.open-bio.org/
37

AUTHOR

39       Jason Stajich <jason_AT_bioperl_DOT_org>
40
41
42
43perl v5.12.0                      2010-04-29                 BP_SEQRETSPLIT(1)
Impressum