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
dfc34cab
Commit
dfc34cab
authored
14 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
minor format changes.
parent
72cdda61
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/zmapFeature/zmapStyle_I.h
+16
-14
16 additions, 14 deletions
src/zmapFeature/zmapStyle_I.h
with
16 additions
and
14 deletions
src/zmapFeature/zmapStyle_I.h
+
16
−
14
View file @
dfc34cab
...
...
@@ -26,9 +26,9 @@
* Description: Private header for style.
*
* HISTORY:
* Last edited:
Jul 29 09
:4
3
200
9
(edgrif)
* Last edited:
May 14 13
:4
6
20
1
0 (edgrif)
* Created: Mon Feb 26 09:13:30 2007 (edgrif)
* CVS info: $Id: zmapStyle_I.h,v 1.2
2
2010-0
4-20
1
2
:0
0:37 mh17
Exp $
* CVS info: $Id: zmapStyle_I.h,v 1.2
3
2010-0
5-14
1
3
:0
4:44 edgrif
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -258,29 +258,31 @@ typedef struct
* to indicate colinearity between adjacent blocks. */
typedef
struct
{
/* If set then blixem will be run with nucleotide or peptide sequences for the features. */
ZMapStyleBlixemType
blixem_type
;
gboolean
pfetchable
;
/* TRUE => alignments have pfetch entries. */
gboolean
allow_misalign
;
/* TRUE => ref and match sequences
don't have to be exactly same
length, ref coords dominate. */
/*! Allowable align errors, used to decide whether a match should be classified as "perfect".
* between_align_error is used to assess several alignments (e.g. for exon matches) if join_homols = TRUE
*
* Number is allowable number of missing bases between blocks/alignments, default is 0. */
unsigned
int
between_align_error
;
/* If set then blixem will be run with nucleotide or peptide sequences for the features. */
ZMapStyleBlixemType
blixem_type
;
/*! Colours for bars joining up intra/inter alignment gaps. */
ZMapStyleFullColourStruct
perfect
;
ZMapStyleFullColourStruct
colinear
;
ZMapStyleFullColourStruct
noncolinear
;
ZMapStyleColumnDisplayState
unmarked_colinear
;
/* paint colinear lines even if not marked */
ZMapStyleColumnDisplayState
unmarked_colinear
;
/* paint colinear lines even if not marked */
gboolean
pfetchable
;
/* TRUE => alignments have pfetch entries. */
gboolean
parse_gaps
;
gboolean
show_gaps
;
/* TRUE: gaps within alignment are displayed,
FALSE: alignment is displayed as a single block. */
gboolean
allow_misalign
;
/* TRUE => ref and match sequences
don't have to be exactly same
length, ref coords dominate. */
/* Options for processing gapped aligns. */
gboolean
parse_gaps
;
/* TRUE means parse gaps from input data, */
gboolean
show_gaps
;
/* TRUE means gaps within alignment are displayed,
otherwise alignment is displayed as a single block. */
}
ZMapStyleAlignmentStruct
,
*
ZMapStyleAlignment
;
...
...
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