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
19b0fd37
Commit
19b0fd37
authored
15 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
fix up flags for featuresets for blixem.
parent
850037db
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/ZMap/zmapWindow.h
+13
-5
13 additions, 5 deletions
src/include/ZMap/zmapWindow.h
with
13 additions
and
5 deletions
src/include/ZMap/zmapWindow.h
+
13
−
5
View file @
19b0fd37
...
...
@@ -26,9 +26,9 @@
* window displaying genome data.
*
* HISTORY:
* Last edited:
Sep 9 15:11
2009 (edgrif)
* Last edited:
Dec 14 13:58
2009 (edgrif)
* Created: Thu Jul 24 15:21:56 2003 (edgrif)
* CVS info: $Id: zmapWindow.h,v 1.10
5
2009-
09-09 16:40:08
edgrif Exp $
* CVS info: $Id: zmapWindow.h,v 1.10
6
2009-
12-16 11:00:56
edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_WINDOW_H
...
...
@@ -158,14 +158,22 @@ typedef struct
}
ZMapWindowCallbackCommandAnyStruct
,
*
ZMapWindowCallbackCommandAny
;
/* THIS IS COMPLETELY WRONG...WINDOW SHOULD PASS BACK A LIST OF FEATURES
* TO BE SHOWN BY THE ALIGNMENT VIEWER AS A LIST OF FEATURES, THE CODE IN
* VIEW TO MAKE THE FEATURE SETS SHOULD BE MOVED INTO WINDOW.....THEN
* THIS INTERFACE IS MUCH SIMPLIFIED AS IS THE CODE.... */
/* Call an alignment display program for the given alignment feature. */
typedef
struct
{
ZMapWindowCommandType
cmd
;
ZMapFeature
feature
;
gboolean
obey_protein_featuresets
;
gboolean
obey_dna_featuresets
;
gboolean
single_feature
;
gboolean
single_match
;
gboolean
single_feature
;
gboolean
feature_set
;
gboolean
multi_sets
;
gboolean
all_sets
;
}
ZMapWindowCallbackCommandAlignStruct
,
*
ZMapWindowCallbackCommandAlign
;
...
...
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