Found 1 record for the .GFF file extension name
.xml - XML document
.000 - Linux, FreeBSD file
.ctt - Windows Live Messenger Contact List
.metadata_never_index - MAC OS X metadata settings file
.uccapilog - Windows Live Messenger file
.pst - Microsoft Office Outlook personal folder file
.jad - Java application descriptor file
.part - Mozilla Firefox partial download file
file extension GFF - SignalMap Gene-Finding Format (GFF) data file
File extension GFF description:
Essentially all current approaches to feature finding in higher organisms use a variety of recognition methods that give scores to likely signals (starts, splice sites, stops, motifs, etc.) or to extended regions (exons, introns, protein domains etc.), and then combine these to give complete gene, RNA transcript or protein structures. Normally the combination step is done in the same program as the feature detection, often using dynamic programming methods. To enable these processes to be decoupled, a format called GFF ('Gene-Finding Format' or 'General Feature Format') was proposed as a protocol for the transfer of feature information. It is now possible to take features from an outside source and add them in to an existing program, or in the extreme to write a dynamic programming system which only took external features.
GFF allows people to develop features and have them tested without having to maintain a complete feature-finding system. Equally, it would help those developing and applying integrated gene-finding programs to test new feature detectors developed by others, or even by themselves.
We want the GFF format to be easy to parse and process by a variety of programs in different languages. e.g. it would be useful if Unix tools like grep, sort and simple perl and awk scripts could easily extract information out of the file. For these reasons, for the primary format, we propose a record-based structure, where each feature is described on a single line, and line order is not relevant.
We do not intend GFF format to be used for complete data management of the analysis and annotation of genomic sequence. Systems such as Acedb, Genotator etc. that have much richer data representation semantics have been designed for that purpose. The disadvantages in using their formats for data exchange (or other richer formats such as ASN.1) are they require more complexity in parsing/processing, there is little hope on achieving consensus on how to capture all information. GFF is intentionally aiming for a low common denominator.
