Difference between revisions of "WormBase Model:Grid"

From WormBaseWiki
Jump to navigationJump to search
(Created page with '__TOC__ WormBase Models == Curator Comments/Description == == Model == <pre> </pre> == Proposed Changes ==')
 
 
Line 5: Line 5:
 
== Curator Comments/Description ==
 
== Curator Comments/Description ==
  
 
+
This is poss very old and archaic??
  
  
Line 11: Line 11:
 
== Model ==
 
== Model ==
 
<pre>
 
<pre>
 +
?Grid  Title  ?Text
 +
        Layout  Columns UNIQUE Int
 +
                Lines_at UNIQUE Int UNIQUE Int  // x, y spacing
 +
                Space_at UNIQUE Int UNIQUE Int  // x, y spacing
 +
                No_stagger // default is with alternate lines staggered
 +
                Size UNIQUE Int UNIQUE Int
 +
                      // idea is to give box size here
 +
                Labels  UNIQUE  A1_labelling
 +
                    // label spaced blocks a-h down LHS, 1-12 across top
 +
                                XY_labelling UNIQUE Text UNIQUE Text
 +
                    // X-axis and Y-axis labels in the form of
 +
                    // 01-XX or XX-01, for ascending vs. descending.
 +
                    // Append an 'A', eg. 01-10A, for alphabetic.
 +
        View ?View
 +
        Row Int #Grid_row
  
 
</pre>
 
</pre>
  
 
== Proposed Changes ==
 
== Proposed Changes ==
 +
 +
==Unused tags==
 +
 +
Columns
 +
 +
No_stagger
 +
 +
Size
 +
 +
Labels
 +
      A1_labelling
 +
      XY_labelling

Latest revision as of 13:28, 4 October 2010

WormBase Models

Curator Comments/Description

This is poss very old and archaic??


Model

?Grid   Title   ?Text
        Layout  Columns UNIQUE Int
                Lines_at UNIQUE Int UNIQUE Int  // x, y spacing
                Space_at UNIQUE Int UNIQUE Int  // x, y spacing
                No_stagger // default is with alternate lines staggered
                Size UNIQUE Int UNIQUE Int
                      // idea is to give box size here
                Labels  UNIQUE  A1_labelling
                    // label spaced blocks a-h down LHS, 1-12 across top
                                XY_labelling UNIQUE Text UNIQUE Text
                    // X-axis and Y-axis labels in the form of
                    // 01-XX or XX-01, for ascending vs. descending.
                    // Append an 'A', eg. 01-10A, for alphabetic.
        View ?View
        Row Int #Grid_row

Proposed Changes

Unused tags

Columns

No_stagger

Size

Labels

     A1_labelling
     XY_labelling