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
Graph
efb278e266eea331557634f9df7039c4eca98734
Select Git revision
Branches
7
FixAutogen
FixGitignore
Ubuntu21Build
develop
default
protected
feature/Unbundle_view
feature/zQT
production
Tags
20
2.13.0
2.12.0
2.11.6
2.11.5
2.11.4
2.11.3
2.11.2
2.11.1
2.11.0
2.10.2
2.10.1
2.10.0
2.9.0
2.8.0
2.7.1
2.7.0
2.6.1
2.6.0
2.5.2
2.5.1
27 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
30
Nov
27
26
24
23
18
17
6
2
27
Oct
23
21
19
16
14
12
2
30
Sep
25
24
22
11
10
9
7
4
3
2
25
Aug
24
20
19
14
30
Jul
29
28
27
15
10
9
8
7
3
2
1
30
Jun
25
24
23
19
18
17
12
11
10
9
8
7
5
4
3
2
26
May
22
18
15
12
11
8
7
6
5
1
30
Apr
29
28
27
24
23
22
21
20
16
15
14
9
8
7
6
5
3
2
1
31
Mar
30
27
26
25
24
20
19
18
17
16
6
5
13
Feb
12
11
10
9
6
5
do return an error if getting dna is unsupported, just return a message.
fix up context call, was wrong, also sequence getting call, but this is still bugged cvs diff zmapServer/file/fileServer.c double free somewhere.
fix up for new GFF parser args.
fix up code for new GFF parser args.
create parser without args now, add feature args later.
fix up create call for new params.
add code to parse sequence separately and simplify handling of parser state/errors.
add code to allow separate parsing of sequence from file.
added scripts-dir to [ZMap] ...configKeyEntryStruct
fix ghastly uninitialised variable bug and rationalise some of the code.
add macros to do gtk like 'return_if_fail' testing.
fix stupid assert bug.
add stuff about using zmaplog on error funcs.
add zmap version info to log start/stop messages.
fixed errors on build, still incomplete
added instructions on how to add directories to the build
added zmapServer/pipe directory
updated to test build scripts - warning: incompleted work
took out pipe directory as this would break the build for others
pipeServer library added
file created
file created from fileServer_P.h; file replaced by pipe
file created from fileServer.c; file replaced by pipe
fix up dna call, now returns NULL like it always should have.
change args to fit new ones for getting dna.
correct next meeting date..sigh...
first version.
handle NULL return from dna routines.
fix bad char instead of char* bug.
fix rubbish compiler warnings.
remove redundant context param from dna calls, fix bug where object is partly off end of dna, make calls return NULL for no dna.
add zmapCoords.c to build.
add code to check for start/end separately from sequence.
add new coords functions and file.
update with advice on use of asserts vs. error handling.
fix missing intialiser for string.
fix bug for when there is no dna in peptide func.
add code to test for reverse strand display.