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
f550268b
Commit
f550268b
authored
7 years ago
by
Langella Olivier
Browse files
Options
Downloads
Patches
Plain Diff
grouping-protein (0.4.10-1) stretch
parent
282d2c39
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control.cmake
+13
-2
13 additions, 2 deletions
debian/control.cmake
src/cpp/libgroupingprotein/gp_lib_config.h
+1
-1
1 addition, 1 deletion
src/cpp/libgroupingprotein/gp_lib_config.h
with
22 additions
and
5 deletions
CMakeLists.txt
+
2
−
2
View file @
f550268b
...
...
@@ -16,14 +16,14 @@ PROJECT(groupingprotein CXX C)
#depending on libpappsomspp version :
SET
(
LIBPAPPSOMSPP_VERSION
"0.3.
2-1
"
)
SET
(
LIBPAPPSOMSPP_VERSION
"0.3.
3-3
"
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/debian/control.cmake
${
CMAKE_SOURCE_DIR
}
/debian/control @ONLY
)
# Project version
SET
(
GP_MAJOR_VERSION 0
)
SET
(
GP_MINOR_VERSION 4
)
SET
(
GP_PATCH_LEVEL
9
)
SET
(
GP_PATCH_LEVEL
10
)
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_FILE "gpf-1.0.xsd")
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
f550268b
grouping-protein (0.4.10-1) stretch; urgency=medium
* new PAPPSOms++ library
-- Olivier Langella <olivier.langella@u-psud.fr> Mon, 12 Feb 2018 13:33:58 +0100
grouping-protein (0.4.9-1) stretch; urgency=medium
* using QCommandLineParser
...
...
This diff is collapsed.
Click to expand it.
debian/control.cmake
+
13
−
2
View file @
f550268b
...
...
@@ -4,7 +4,12 @@ Priority: optional
Maintainer: Olivier Langella <olivier.langella@u-psud.fr>
Homepage: http://pappso.inra.fr/bioinfo
Standards-Version: 3.9.4
Build-Depends:
debhelper
(
>= 7
)
, dh-python, python,
cmake
(
>= 2.6
)
, qtbase5-dev, libpappsomspp-
dev
(
= @LIBPAPPSOMSPP_VERSION@
)
Build-Depends:
debhelper
(
>= 7
)
,
dh-python,
python,
cmake
(
>= 2.6
)
,
qtbase5-dev,
libpappsomspp-qt5-
dev
(
= @LIBPAPPSOMSPP_VERSION@
)
Build-Conflicts: qt3-dev-tools
...
...
@@ -12,6 +17,12 @@ Build-Conflicts: qt3-dev-tools
Package: grouping-protein
Architecture: any
Multi-Arch: no
Depends:
${
misc:Depends
}
,
${
shlibs:Depends
}
,
${
python:Depends
}
, libpappsomspp-
qt5
(
= @LIBPAPPSOMSPP_VERSION@
)
, libqt5concurrent5, libqt5core5a, libqt5xml5
Depends:
${
misc:Depends
}
,
${
shlibs:Depends
}
,
${
python:Depends
}
,
libpappsomspp-qt5-0
(
= @LIBPAPPSOMSPP_VERSION@
)
,
libqt5concurrent5,
libqt5core5a,
libqt5xml5
Description: Proteomics grouping algorithm
Grouping-protein implements a fast algorithm that can filter thousands of peptides
This diff is collapsed.
Click to expand it.
src/cpp/libgroupingprotein/gp_lib_config.h
+
1
−
1
View file @
f550268b
#ifndef _CONFIG_H
#define _CONFIG_H
#define GP_VERSION "0.4.
9
"
#define GP_VERSION "0.4.
10
"
#define QT_V_4_5 0x040500
#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