Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PAPPSO
xtpcpp
Commits
98a6591d
Commit
98a6591d
authored
Apr 05, 2021
by
Langella Olivier
Browse files
xtpcpp (0.4.27-1~buster1) buster
parent
0178794a
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
98a6591d
...
...
@@ -8,8 +8,8 @@ PROJECT(xtpcpp CXX)
set
(
XTPCPP_VERSION_MAJOR
"0"
)
set
(
XTPCPP_VERSION_MINOR
"4"
)
set
(
XTPCPP_VERSION_PATCH
"2
6
"
)
set
(
VERSION 0.4.2
6
)
set
(
XTPCPP_VERSION_PATCH
"2
7
"
)
set
(
VERSION 0.4.2
7
)
set
(
XTPCPP_VERSION
"
${
XTPCPP_VERSION_MAJOR
}
.
${
XTPCPP_VERSION_MINOR
}
.
${
XTPCPP_VERSION_PATCH
}
"
)
#depending on libpappsomspp version :
...
...
debian/changelog
View file @
98a6591d
xtpcpp (0.4.27-1~buster1) buster; urgency=medium
* first version of a working DeepProt studio
-- Olivier Langella <olivier.langella@u-psud.fr> Mon, 05 Apr 2021 17:26:14 +0200
xtpcpp (0.4.26-1~buster2) buster; urgency=medium
* little glitch
...
...
src/gui/edit/deepprot_gui/deepprotgui.cpp
View file @
98a6591d
...
...
@@ -120,7 +120,7 @@ DeepProtGui::setPeptideEvidenceList()
DeepProtGui
::~
DeepProtGui
()
{
mp_projectWindow
->
enableDeepProtStudio
(
false
);
//
mp_projectWindow->enableDeepProtStudio(false);
delete
ui
;
}
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment