Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
groupingprotein
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
PAPPSO
groupingprotein
Commits
f40ef3ca
Commit
f40ef3ca
authored
9 years ago
by
Olivier Langella
Browse files
Options
Downloads
Patches
Plain Diff
grouping-protein (0.3.1-1) jessie
parent
29a0cf1e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
src/cpp/libgroupingprotein/gp_lib_config.h
+1
-1
1 addition, 1 deletion
src/cpp/libgroupingprotein/gp_lib_config.h
with
9 additions
and
3 deletions
CMakeLists.txt
+
2
−
2
View file @
f40ef3ca
...
@@ -16,8 +16,8 @@ PROJECT(groupingprotein CXX C)
...
@@ -16,8 +16,8 @@ PROJECT(groupingprotein CXX C)
# Project version
# Project version
SET
(
GP_MAJOR_VERSION 0
)
SET
(
GP_MAJOR_VERSION 0
)
SET
(
GP_MINOR_VERSION
2
)
SET
(
GP_MINOR_VERSION
3
)
SET
(
GP_PATCH_LEVEL
2
)
SET
(
GP_PATCH_LEVEL
1
)
SET
(
GP_VERSION
"
${
GP_MAJOR_VERSION
}
.
${
GP_MINOR_VERSION
}
.
${
GP_PATCH_LEVEL
}
"
)
SET
(
GP_VERSION
"
${
GP_MAJOR_VERSION
}
.
${
GP_MINOR_VERSION
}
.
${
GP_PATCH_LEVEL
}
"
)
#SET (GPF_SCHEMA_VERSION "${GPF_MAJOR_VERSION}.${GPF_MINOR_VERSION}")
#SET (GPF_SCHEMA_VERSION "${GPF_MAJOR_VERSION}.${GPF_MINOR_VERSION}")
#SET (GPF_SCHEMA_FILE "gpf-1.0.xsd")
#SET (GPF_SCHEMA_FILE "gpf-1.0.xsd")
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
f40ef3ca
grouping-protein (0.3.1-1) jessie; urgency=medium
* handler for X\!Tandem point mutations
-- Olivier Langella <Olivier.Langella@moulon.inra.fr> Mon, 14 Dec 2015 09:58:14 +0100
grouping-protein (0.2.2-1) jessie; urgency=medium
grouping-protein (0.2.2-1) jessie; urgency=medium
* write new XML element psimod in the masschroqml files
* write new XML element psimod in the masschroqml files
...
...
This diff is collapsed.
Click to expand it.
src/cpp/libgroupingprotein/gp_lib_config.h
+
1
−
1
View file @
f40ef3ca
#ifndef _CONFIG_H
#ifndef _CONFIG_H
#define _CONFIG_H
#define _CONFIG_H
#define GP_VERSION "0.
2.2
"
#define GP_VERSION "0.
3.1
"
#define QT_V_4_5 0x040500
#define QT_V_4_5 0x040500
#define QT_V_4_6 0x040600
#define QT_V_4_6 0x040600
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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