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
3d02681c
Commit
3d02681c
authored
15 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add fields for separate set and source info. to feature description.
parent
8b456fb7
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
+11
-3
11 additions, 3 deletions
src/include/ZMap/zmapFeature.h
with
11 additions
and
3 deletions
src/include/ZMap/zmapFeature.h
+
11
−
3
View file @
3d02681c
...
...
@@ -25,9 +25,9 @@
* Description: Data structures describing a sequence feature.
*
* HISTORY:
* Last edited:
Apr
7
14:
58
2009 (
rds
)
* Last edited:
May
8
14:
36
2009 (
edgrif
)
* Created: Fri Jun 11 08:37:19 2004 (edgrif)
* CVS info: $Id: zmapFeature.h,v 1.15
5
2009-05-0
1
1
7:00:59 rds
Exp $
* CVS info: $Id: zmapFeature.h,v 1.15
6
2009-05-0
8
1
4:45:25 edgrif
Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_FEATURE_H
...
...
@@ -545,10 +545,18 @@ typedef struct
char
*
feature_type
;
char
*
feature_description
;
/* Parent featureset in the feature context. */
char
*
feature_set
;
char
*
feature_style
;
char
*
feature_set_description
;
/* Original source of this feature (e.g. wublast, genefinder etc.). */
char
*
feature_source
;
char
*
feature_source_description
;
/* This features style. */
char
*
feature_style
;
char
*
feature_locus
;
}
ZMapFeatureDescStruct
,
*
ZMapFeatureDesc
;
...
...
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