Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
7e246499
Commit
7e246499
authored
15 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
keep up to date with bump changes
parent
b9af82f8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapServer/acedb/models.wrm
+12
-21
12 additions, 21 deletions
src/zmapServer/acedb/models.wrm
with
12 additions
and
21 deletions
src/zmapServer/acedb/models.wrm
+
12
−
21
View file @
7e246499
...
...
@@ -29,7 +29,7 @@
//
// HISTORY:
// Created: Tue Jun 10 08:15:32 2008 (edgrif)
// CVS info: $Id: models.wrm,v 1.
2
200
8
-0
6-10 15:09:28
rds Exp $
// CVS info: $Id: models.wrm,v 1.
3
200
9
-0
4-30 07:17:02
rds Exp $
//-------------------------------------------------------------------
//
...
...
@@ -130,26 +130,17 @@
// Specifies how columns should be displayed when bumped.
?Zmap_overlap Remark Text
Overlap_mode UNIQUE Complete // Draw on top - default ZMAPOVERLAP_COMPLETE,
Compact_cluster // All features with same name in a single column, several names in one
// column but no 2 features overlap. ZMAPOVERLAP_COMPLEX
Compact_cluster_range // All features with same name in a single column if they overlap the
// focus range, all other features in a single column. ZMAPOVERLAP_COMPLEX_RANGE
Cluster // All features with same name in a single column, several names in one
// column but no interleaving of sets of features. ZMAPOVERLAP_NO_INTERLEAVE
Ends_range // Sort by 5' and 3' best/biggest matches, one match per column, very
// fmap like but better... ZMAPOVERLAP_ENDS_RANGE,
Compact_limit // Constrain matches to be colinear within range or are truncated. ZMAPOVERLAP_COMPLEX_LIMIT
Oscillate // Oscillate between one column and another, useful for displaying tile paths. ZMAPOVERLAP_OSCILLATE
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
Overlap_mode UNIQUE Unbump // No bumping (default)
Overlap // Bump any features overlapping each other.
Start_position // Bump if features have same start coord.
Alternating // Alternate features between two sub_columns, e.g. to display assemblies.
All // A sub-column for every feature.
Name // A sub-column for features with the same name.
Name_interleave // All features with same name in a single sub-column
// but several names interleaved in each sub-column, the most compact display.
Name_no_interleave // Display as for Interleave but no interleaving of different names.
Name_colinear // As for No Interleave but for alignments only colinear shown.
Name_best_Ends // As for No Interleave but for alignments sorted by 5' and 3' best/biggest matches, one sub_column per match.
//-----------------------------------------------------------------------------------------
//
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment