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
70390105
Commit
70390105
authored
20 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
change to handle features as GData not Garray, and rename set struct Gdata to feature_sets.
parent
c0769e45
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/zmapFeature.h
+4
-4
4 additions, 4 deletions
src/include/ZMap/zmapFeature.h
with
4 additions
and
4 deletions
src/include/ZMap/zmapFeature.h
+
4
−
4
View file @
70390105
...
...
@@ -25,9 +25,9 @@
* Description: Data structures describing a genetic feature.
*
* HISTORY:
* Last edited: Jul 1
4 15:44
2004 (edgrif)
* Last edited: Jul 1
9 09:57
2004 (edgrif)
* Created: Fri Jun 11 08:37:19 2004 (edgrif)
* CVS info: $Id: zmapFeature.h,v 1.
7
2004-07-1
5 15:02:57
edgrif Exp $
* CVS info: $Id: zmapFeature.h,v 1.
8
2004-07-1
9 09:25:48
edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_FEATURE_H
...
...
@@ -209,7 +209,7 @@ typedef struct ZMapFeatureSetStruct_
{
char
*
source
;
/* e.g. "Genewise predictions" */
G
Array
*
features
;
/* A
n array
of ZMapFeatureStruct. */
G
Data
*
features
;
/* A
set
of ZMapFeatureStruct. */
}
ZMapFeatureSetStruct
,
*
ZMapFeatureSet
;
...
...
@@ -230,7 +230,7 @@ typedef struct ZMapFeatureContextStruct_
sequence, n.b. this feature set may only
span part of the sequence. */
GData
*
features
;
/* A set of ZMapFeatureSet. */
GData
*
feature
_set
s
;
/* A set of ZMapFeatureSet
Struct
. */
}
ZMapFeatureContextStruct
,
*
ZMapFeatureContext
;
...
...
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