6.7. The Uniform Feature Object (UFO)

The Uniform Feature Object (UFO) is the standard way used on the EMBOSS command line to refer to sequence feature input and output files. In an analogous way to USAs (Section 6.6, “The Uniform Sequence Address (USA)”), the UFO specifies:

The UFO has the general syntax:

FeatureFormat : FileName

For example:

embl:results.dat

The permissible names for the supported feature formats (Section A.1, “Supported Sequence Formats”) are:

embl, em

EMBL, GenBank and DDBJ nucleotide sequence database.

swissprot, swiss, sw

SWISSPROT protein database.

pir, nbrf

NBRF / PIR protein database (now merged into UniProt).

gff

ACEDB Database General Feature Format (GFF) format.

Therefore, any of the following UFOs are valid:

embl:FileName
em:FileName
swissprot:FileName
swiss:FileName

If no format is specified, the default GFF format is assumed. You can override the default by using inbuilt command line qualifiers (Section 6.4, “Datatype-specific Command Line Qualifiers”).