Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xtpcpp
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
Admin message
A compter du 1er avril, attention à vos pipelines :
Nouvelles limitations de Docker Hub
Show more breadcrumbs
PAPPSO
xtpcpp
Commits
6ad853d2
Commit
6ad853d2
authored
7 years ago
by
Olivier Langella
Browse files
Options
Downloads
Patches
Plain Diff
xtpcpp (0.1.6-1) jessie
parent
221efd6c
No related branches found
Branches containing commit
Tags
xtpcpp_0.1.6-1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
debian/changelog
+18
-0
18 additions, 0 deletions
debian/changelog
src/core/identification_sources/identificationdatasource.cpp
+1
-0
1 addition, 0 deletions
src/core/identification_sources/identificationdatasource.cpp
with
20 additions
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
6ad853d2
...
...
@@ -42,7 +42,7 @@ SET(SOFTWARE_NAME "XTPcpp")
SET
(
XTPCPP_VERSION_MAJOR
"0"
)
SET
(
XTPCPP_VERSION_MINOR
"1"
)
SET
(
XTPCPP_VERSION_PATCH
"
4
"
)
SET
(
XTPCPP_VERSION_PATCH
"
6
"
)
SET
(
XTPCPP_VERSION
"
${
XTPCPP_VERSION_MAJOR
}
.
${
XTPCPP_VERSION_MINOR
}
.
${
XTPCPP_VERSION_PATCH
}
"
)
# Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
18
−
0
View file @
6ad853d2
xtpcpp (0.1.6-1) jessie; urgency=medium
* new ODS sheet in outputs
-- Olivier Langella <Olivier.Langella@moulon.inra.fr> Wed, 03 May 2017 10:28:25 +0200
xtpcpp (0.1.5-2) jessie; urgency=medium
* new export options
-- Olivier Langella <Olivier.Langella@moulon.inra.fr> Fri, 28 Apr 2017 10:30:20 +0200
xtpcpp (0.1.5-1) jessie; urgency=medium
* new export options
-- Olivier Langella <Olivier.Langella@moulon.inra.fr> Fri, 28 Apr 2017 10:18:20 +0200
xtpcpp (0.1.4-1) jessie; urgency=medium
* FASTA export
...
...
This diff is collapsed.
Click to expand it.
src/core/identification_sources/identificationdatasource.cpp
+
1
−
0
View file @
6ad853d2
...
...
@@ -20,6 +20,7 @@
* Contributors:
* Olivier Langella <Olivier.Langella@moulon.inra.fr> - initial API and implementation
******************************************************************************/
#include
"identificationdatasource.h"
#include
"identificationxtandemfile.h"
#include
<pappsomspp/pappsoexception.h>
...
...
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