[ Team LiB ] Previous Section Next Section

listor

listor reads in two sets of sequences and writes out a list file (file of filenames) that result from the logical union of these two sets of sequences. It is a simple way of manipulating and editing lists or sets of sequences to produce a list file.

Here is a sample session with listor:

% listor file1 file1
Writes a list file of the logical OR of two sets of sequences
Output file [outfile.list]:

Mandatory qualifiers:

[-firstset] (seqset)

Sequence set USA.

[-secondset] (seqset)

Sequence set USA.

[-outlist] (outfile)

The list of sequence names is written to this list file.

Optional qualifiers:

-operator (menu)

The following logical operators combine the sequences in the following ways:

OR

gives all that occur in one set or the other.

AND

gives only those which occur in both sets.

XOR

gives those which only occur in one set or the other, but not in both.

NOT

gives those which occur in the first set except for those that also occur in the second.

    [ Team LiB ] Previous Section Next Section