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
51ac797e
Commit
51ac797e
authored
19 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
back out some changes I made to style stuff, needs more thought.
parent
6b461320
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/zmapGFF/zmapGFF2parser.c
+23
-5
23 additions, 5 deletions
src/zmapGFF/zmapGFF2parser.c
with
23 additions
and
5 deletions
src/zmapGFF/zmapGFF2parser.c
+
23
−
5
View file @
51ac797e
...
...
@@ -26,9 +26,9 @@
*
* Exported functions: See ZMap/zmapGFF.h
* HISTORY:
* Last edited:
Sep 28
11:
0
5 2005 (edgrif)
* Last edited:
Nov 9
11:5
0
2005 (edgrif)
* Created: Fri May 28 14:25:12 2004 (edgrif)
* CVS info: $Id: zmapGFF2parser.c,v 1.3
2
2005-
09-30 07:20:10
edgrif Exp $
* CVS info: $Id: zmapGFF2parser.c,v 1.3
3
2005-
11-09 14:58:53
edgrif Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -865,15 +865,33 @@ static gboolean makeNewFeature(ZMapGFFParser parser, char *sequence, char *sourc
ZMapHomolType
homol_type
;
int
query_start
=
0
,
query_end
=
0
;
GQuark
column_id
=
0
;
ZMapFeatureTypeStyle
set_style
=
NULL
;
feature_set_name
=
source
;
/* Look for a zmap specific attribute field which specifies a column group independently of
/* Set up the name/style for the current feature set....
* Need to look for a zmap specific attribute field which specifies a column group independently of
* the required "source" (aka method) field. */
feature_set_name
=
source
;
if
((
column_id
=
getColumnGroup
(
attributes
)))
feature_set_name
=
(
char
*
)
g_quark_to_string
(
column_id
)
;
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* This stuff ALL BREAKS COLUMN/FEATURE PLACEMENT ETC...NEEDS MUCH MORE WORK... */
else
column_id
=
g_quark_from_string
(
feature_set_name
)
;
if
(
!
(
set_style
=
zMapFindStyle
(
parser
->
sources
,
column_id
)))
{
feature_set_name
=
(
char
*
)
g_quark_to_string
(
column_id
)
;
result
=
FALSE
;
return
result
;
}
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
/* We require additional information from the attributes for some types. */
...
...
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