EMBOSS: seqretset


Program seqretset

Function

Reads and writes (returns) a set of sequences all at once

Description

Usage

Here is a sample session with seqretset.

% seqretset
Reads and writes (returns) a set of sequences all at once
Input sequence set: embl:eclac*
Output sequence [outfile.fasta]: 

Command line arguments

   Mandatory qualifiers:
  [-sequence]          seqset     Sequence set USA
  [-outseq]            seqoutset  Output sequence set USA

   Optional qualifiers: (none)
   Advanced qualifiers: (none)
   General qualifiers:
  -help                bool       report command line options. More
                                  information on associated and general
                                  qualifiers can be found with -help -verbose


Mandatory qualifiers Allowed values Default
[-sequence]
(Parameter 1)
Sequence set USA Readable sequences Required
[-outseq]
(Parameter 2)
Output sequence set USA Writeable sequences <sequence>.format
Optional qualifiers Allowed values Default
(none)
Advanced qualifiers Allowed values Default
(none)

Input file format

Output file format

The output from seqretset is a set of sequences, and by default will be written in FASTA format all in one file.

In some cases the output filename will be the same as the input filename, but as seqretset reads all the sequences before opening the output file it will safely overwrite. Note that this is not true of seqretall which only reads the first sequence before opening the ouput file, but is true of seqret which reads the first sequence at startup.

Data files

Notes

References

Warnings

Diagnostic Error Messages

Exit status

Known bugs

See also

Program nameDescription
biosedReplace or delete sequence sections
cutseqRemoves a specified section from a sequence
degapseqRemoves gap characters from sequences
descseqAlter the name or description of a sequence
entretReads and writes (returns) flatfile entries
extractfeatExtract features from a sequence
extractseqExtract regions from a sequence
infoseqDisplays some simple information about sequences
listorWrites a list file of the logical OR of two sets of sequences
maskfeatMask off features of a sequence
maskseqMask off regions of a sequence
newseqType in a short new sequence
noreturnRemoves carriage return from ASCII files
notseqExcludes a set of sequences and writes out the remaining ones
nthseqWrites one sequence from a multiple set of sequences
pasteseqInsert one sequence into another
revseqReverse and complement a sequence
seqretReads and writes (returns) sequences
seqretallReads and writes (returns) a set of sequences one at a time
seqretsplitReads and writes (returns) sequences in individual files
splitterSplit a sequence into (overlapping) smaller sequences
swissparseRetrieves sequences from swissprot using keyword search
trimestTrim poly-A tails off EST sequences
trimseqTrim ambiguous bits off the ends of sequences
vectorstripStrips out DNA between a pair of vector sequences

Author(s)

This application was written by Peter Rice (pmr@sanger.ac.uk) Informatics Division, The Sanger Centre, Wellcome Trust Genome Campus, Hinxton, Cambridge, CB10 1SA, UK.

History

Target users

This program is intended to be used by everyone and everything, from naive users to embedded scripts.

Comments