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
ab5815c1
Commit
ab5815c1
authored
19 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
move zmapUtilsDNA.[ch] to zmapFASTA.[ch]
parent
7da0956a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/include/Makefile.am
+2
-0
2 additions, 0 deletions
src/include/Makefile.am
src/include/ZMap/zmapFASTA.h
+7
-8
7 additions, 8 deletions
src/include/ZMap/zmapFASTA.h
src/lib/Makefile.am
+2
-1
2 additions, 1 deletion
src/lib/Makefile.am
src/zmapUtils/zmapFASTA.c
+3
-3
3 additions, 3 deletions
src/zmapUtils/zmapFASTA.c
with
14 additions
and
12 deletions
src/include/Makefile.am
+
2
−
0
View file @
ab5815c1
...
...
@@ -9,6 +9,8 @@ ZMap/zmapFeature.h \
ZMap/zmapGFF.h
\
ZMap/zmapManager.h
\
ZMap/zmapNavigator.h
\
ZMap/zmapPeptide.h
\
ZMap/zmapFASTA.h
\
ZMap/zmapReadLine.h
\
ZMap/zmapServer.h
\
ZMap/zmapServerProtocol.h
\
...
...
This diff is collapsed.
Click to expand it.
src/include/ZMap/zmapFASTA.h
+
7
−
8
View file @
ab5815c1
/* File: zmap
UtilsDN
A.h
/* File: zmap
FAST
A.h
* Author: Ed Griffiths (edgrif@sanger.ac.uk)
* Copyright (c) Sanger Institute, 200
5
* Copyright (c) Sanger Institute, 200
6
*-------------------------------------------------------------------
* ZMap is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
@@ -20,15 +20,14 @@
* This file is part of the ZMap genome database package
* originated by
* Ed Griffiths (Sanger Institute, UK) edgrif@sanger.ac.uk,
* Roy Storey (Sanger Institute, UK) rds@sanger.ac.uk,
* Rob Clack (Sanger Institute, UK) rnc@sanger.ac.uk
* Roy Storey (Sanger Institute, UK) rds@sanger.ac.uk
*
* Description:
* Description:
Interface to FASTA routines.
*
* HISTORY:
* Last edited: Mar 17 16:
16
2006 (edgrif)
* Created:
Tue Nov 8 15:23:27
200
5
(edgrif)
* CVS info: $Id: zmapFASTA.h,v 1.
1
2006-03-17 1
6:19:07
edgrif Exp $
* Last edited: Mar 17 16:
59
2006 (edgrif)
* Created:
Fri Mar 17 16:59:08
200
6
(edgrif)
* CVS info: $Id: zmapFASTA.h,v 1.
2
2006-03-17 1
7:00:13
edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_UTILS_DNA_H
...
...
This diff is collapsed.
Click to expand it.
src/lib/Makefile.am
+
2
−
1
View file @
ab5815c1
...
...
@@ -65,12 +65,13 @@ libZMap_a_SOURCES = $(top_srcdir)/zmapConfig/zmapConfig.c \
$(
top_srcdir
)
/zmapUtils/zmapConfigDir.c
\
$(
top_srcdir
)
/zmapUtils/zmapConfigDir_P.h
\
$(
top_srcdir
)
/zmapUtils/zmapFileUtils.c
\
$(
top_srcdir
)
/zmapUtils/zmap
DNAUtils
.c
\
$(
top_srcdir
)
/zmapUtils/zmap
FASTA
.c
\
$(
top_srcdir
)
/zmapUtils/zmapGUIutils.c
\
$(
top_srcdir
)
/zmapUtils/zmapGUImenus.c
\
$(
top_srcdir
)
/zmapUtils/zmapGLibUtils.c
\
$(
top_srcdir
)
/zmapUtils/zmapHandle.c
\
$(
top_srcdir
)
/zmapUtils/zmapLogging.c
\
$(
top_srcdir
)
/zmapUtils/zmapPeptide.c
\
$(
top_srcdir
)
/zmapUtils/zmapReadLine.c
\
$(
top_srcdir
)
/zmapUtils/zmapReadLine_P.h
\
$(
top_srcdir
)
/zmapUtils/zmapUtils.c
\
...
...
This diff is collapsed.
Click to expand it.
src/zmapUtils/zmapFASTA.c
+
3
−
3
View file @
ab5815c1
...
...
@@ -26,15 +26,15 @@
*
* Exported functions: See ZMap/zmapFASTA.h
* HISTORY:
* Last edited: Mar 17 16:
25
2006 (edgrif)
* Last edited: Mar 17 16:
36
2006 (edgrif)
* Created: Fri Mar 17 16:24:30 2006 (edgrif)
* CVS info: $Id: zmapFASTA.c,v 1.
1
2006-03-17 1
6:25:52
edgrif Exp $
* CVS info: $Id: zmapFASTA.c,v 1.
2
2006-03-17 1
7:00:13
edgrif Exp $
*-------------------------------------------------------------------
*/
#include
<string.h>
#include
<ZMap/zmapUtils.h>
#include
<ZMap/zmap
UtilsDN
A.h>
#include
<ZMap/zmap
FAST
A.h>
/* THIS FILE WOULD BE BETTER NAMED zmapFASTAUtils.c....perhaps I will change it... */
...
...
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