Skip to content
Snippets Groups Projects
Commit 7e246499 authored by rds's avatar rds
Browse files

keep up to date with bump changes

parent b9af82f8
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
// //
// HISTORY: // HISTORY:
// Created: Tue Jun 10 08:15:32 2008 (edgrif) // Created: Tue Jun 10 08:15:32 2008 (edgrif)
// CVS info: $Id: models.wrm,v 1.2 2008-06-10 15:09:28 rds Exp $ // CVS info: $Id: models.wrm,v 1.3 2009-04-30 07:17:02 rds Exp $
//------------------------------------------------------------------- //-------------------------------------------------------------------
// //
...@@ -130,26 +130,17 @@ ...@@ -130,26 +130,17 @@
// Specifies how columns should be displayed when bumped. // Specifies how columns should be displayed when bumped.
?Zmap_overlap Remark Text ?Zmap_overlap Remark Text
Overlap_mode UNIQUE Complete // Draw on top - default ZMAPOVERLAP_COMPLETE, Overlap_mode UNIQUE Unbump // No bumping (default)
Compact_cluster // All features with same name in a single column, several names in one Overlap // Bump any features overlapping each other.
// column but no 2 features overlap. ZMAPOVERLAP_COMPLEX Start_position // Bump if features have same start coord.
Compact_cluster_range // All features with same name in a single column if they overlap the Alternating // Alternate features between two sub_columns, e.g. to display assemblies.
// focus range, all other features in a single column. ZMAPOVERLAP_COMPLEX_RANGE All // A sub-column for every feature.
Cluster // All features with same name in a single column, several names in one Name // A sub-column for features with the same name.
// column but no interleaving of sets of features. ZMAPOVERLAP_NO_INTERLEAVE Name_interleave // All features with same name in a single sub-column
Ends_range // Sort by 5' and 3' best/biggest matches, one match per column, very // but several names interleaved in each sub-column, the most compact display.
// fmap like but better... ZMAPOVERLAP_ENDS_RANGE, Name_no_interleave // Display as for Interleave but no interleaving of different names.
Compact_limit // Constrain matches to be colinear within range or are truncated. ZMAPOVERLAP_COMPLEX_LIMIT Name_colinear // As for No Interleave but for alignments only colinear shown.
Oscillate // Oscillate between one column and another, useful for displaying tile paths. ZMAPOVERLAP_OSCILLATE Name_best_Ends // As for No Interleave but for alignments sorted by 5' and 3' best/biggest matches, one sub_column per match.
Overlap // Bump if match coords overlap. ZMAPOVERLAP_OVERLAP
Position // Bump if match start at same coord. ZMAPOVERLAP_POSITION
Name // One column per match target ZMAPOVERLAP_NAME
Item_overlap // Bump if item coords overlap in canvas space... ZMAPOVERLAP_ITEM_OVERLAP
Simple // One column per match, good for testing... ZMAPOVERLAP_SIMPLE
//----------------------------------------------------------------------------------------- //-----------------------------------------------------------------------------------------
// //
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment