<p><ahref="Design_notes/modules/zmapFeature.shtml#terminology">zmapFeature.shtml</a> has some notes about the words used for various data items in the ZMap code (which cannot be changed without a lot of work) and this section aims to define terms to be used to describe things that can be configured by the user/ otterlace or presented to the user/ annotators, or used in an external interface eg data servers and X-remote. This may seem pedantic, but there is some confusion caused by the re-use of words to refer to different objects.</p>
...
...
@@ -88,9 +88,9 @@ We can default a style to be the same name as the featureset without breaking mo
<p>We wish to define some data as 'requested on startup' or 'requested on demand'. Currently (April 2010) this is done via server config ('delayed=true/false') and this applies to all featuresets supplied by that server.</p>
<p>It would be possible to specify startup and delayed featuresets per server, but perhaps this is overkill: it is just as easy to configure two servers. </p>
<p>The config options described above look slightly unwieldy and it is possible to split this up into seperate stanzas where options are defined as 'xxx = yyy:zzz'. Specifically this would mean defining a featureset's optional style in a new stanza:
<pre>
[featureset_styles]
EST_rat = EST_rat_style
</pre>
and by analogy the GFF source for a featureset could be defined as:
<pre>
[GFF_source]
vertebrate_mRNA = vertrna
</pre>
</p>
<p>For neatness, it would be desirable to have each config stanza using a similar format, in which case the columns option in [ZMap] would need to be modified and another stanza for column styles created: