WormBase Model:SMap info

From WormBaseWiki
Revision as of 09:33, 5 October 2010 by Pdavis (talk | contribs) (Created page with '__TOC__ WormBase Models == Curator Comments/Description == Poss internal class == Model == <pre> // SMap stuff #SMap_info Method UNIQUE ?Method // methods used in ch…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

WormBase Models

Curator Comments/Description

Poss internal class


Model

// SMap stuff

#SMap_info Method UNIQUE ?Method    // methods used in child (optional)
           Content Homol_only // useful for -nohomol gff option
                   Feature_only // useful for -nofeature gff option
           Mapping Align Int UNIQUE Int UNIQUE Int 
                        // not needed if full alignment is ungapped
                        // one row per ungapped alignment section
                        // first int is position in parent, second in child
                        // third int is length - only necessary when gaps in both sequences align
                   Mismatch Int
                        // Int give position(s) in parent of mismatches (technically in which they will
                        // not create an error if they occur
                        // if just the tag is set without values, then accept mismatches anywhere
           Display Max_mag UNIQUE Float // don't show if more bases per line
                   Min_mag UNIQUE Float // don't show if fewer bases per line

Proposed Changes

unused tags