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
01684c2d
Commit
01684c2d
authored
16 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add code to support dyn. loading of subsets of features.
parent
65bcfe99
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/zmapServer/acedb/acedbServer.c
+275
-102
275 additions, 102 deletions
src/zmapServer/acedb/acedbServer.c
src/zmapServer/acedb/acedbServer_P.h
+5
-10
5 additions, 10 deletions
src/zmapServer/acedb/acedbServer_P.h
with
280 additions
and
112 deletions
src/zmapServer/acedb/acedbServer.c
+
275
−
102
View file @
01684c2d
This diff is collapsed.
Click to expand it.
src/zmapServer/acedb/acedbServer_P.h
+
5
−
10
View file @
01684c2d
...
...
@@ -24,9 +24,9 @@
*
* Description:
* HISTORY:
* Last edited:
Sep 29 09
:5
6
200
8
(edgrif)
* Last edited:
Jan 28 14
:5
7
200
9
(edgrif)
* Created: Wed Mar 17 16:23:17 2004 (edgrif)
* CVS info: $Id: acedbServer_P.h,v 1.2
0
200
8
-0
9-29 16:27:4
4 edgrif Exp $
* CVS info: $Id: acedbServer_P.h,v 1.2
1
200
9
-0
2-03 14:01:2
4 edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ACEDB_SERVER_P_H
...
...
@@ -57,6 +57,7 @@
#define ACEDB_MAG_FACTOR 8.0
/* Holds all the state we need to manage the acedb connection. */
typedef
struct
_AcedbServerStruct
{
...
...
@@ -76,17 +77,11 @@ typedef struct _AcedbServerStruct
ZMapFeatureContext
req_context
;
GList
*
all_methods
;
/* List of all methods to be used in
seqget/seqfeatures calls. */
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* Is this actually needed now ???? */
GHashTable
*
method_2_featureset
;
/* Records which methods specified a
column_group (aka feature_set. */
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
GHashTable
*
method_2_style
;
/* Records which style goes with which
method (NULL if acedb_styles == FALSE). */
ZMapFeatureContext
current_context
;
...
...
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