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
d00d63f7
Commit
d00d63f7
authored
18 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add new bumping type for fmap like bump only better.
parent
75505c94
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/include/ZMap/zmapStyle.h
+9
-6
9 additions, 6 deletions
src/include/ZMap/zmapStyle.h
with
9 additions
and
6 deletions
src/include/ZMap/zmapStyle.h
+
9
−
6
View file @
d00d63f7
...
...
@@ -26,9 +26,9 @@
* Description: Style and Style set handling functions.
*
* HISTORY:
* Last edited:
Mar 29 08:54
2007 (edgrif)
* Last edited:
Apr 4 17:37
2007 (edgrif)
* Created: Mon Feb 26 09:28:26 2007 (edgrif)
* CVS info: $Id: zmapStyle.h,v 1.
3
2007-0
3-29 09:01:36
edgrif Exp $
* CVS info: $Id: zmapStyle.h,v 1.
4
2007-0
4-05 14:05:42
edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_STYLE_H
...
...
@@ -153,14 +153,17 @@ typedef enum
ZMAPOVERLAP_COMPLEX
,
/* all features with same name in a
single column, several names in one
column but no 2 features overlap. */
ZMAPOVERLAP_NO_INTERLEAVE
,
/* all features with same name in a
single column, several names in one
column but no interleaving of sets
of features. */
ZMAPOVERLAP_COMPLEX_RANGE
,
/* All features with same name in a
single column if they overlap the
focus range, all other features in
a single column. */
ZMAPOVERLAP_NO_INTERLEAVE
,
/* all features with same name in a
single column, several names in one
column but no interleaving of sets
of features. */
ZMAPOVERLAP_ENDS_RANGE
,
/* Sort by 5' and 3' best/biggest
matches, one match per column, very
fmap like but better... */
ZMAPOVERLAP_ITEM_OVERLAP
,
/* bump if item coords overlap in canvas space... */
ZMAPOVERLAP_SIMPLE
,
/* one column per feature, for testing... */
ZMAPOVERLAP_END
...
...
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