Skip to content
GitLab
Menu
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
c80b07b1
Commit
c80b07b1
authored
Oct 09, 2020
by
Langella Olivier
Browse files
xtpcpp (0.4.6-1) buster
parent
355f6ec4
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c80b07b1
...
...
@@ -126,7 +126,7 @@ endif( CMAKE_BUILD_TYPE MATCHES "RelWithDebInfo" )
message
(
STATUS
"
${
BoldYellow
}
CMAKE_BUILD_TYPE:
${
CMAKE_BUILD_TYPE
}
.
${
ColourReset
}
"
)
#depending on libpappsomspp version :
set
(
LIBPAPPSOMSPP_VERSION
"0.8.
4
"
)
set
(
LIBPAPPSOMSPP_VERSION
"0.8.
5
"
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/debian/control.cmake
${
CMAKE_SOURCE_DIR
}
/debian/control @ONLY
)
...
...
@@ -136,7 +136,7 @@ set(BUILD_SYSTEM_NAME "${CMAKE_SYSTEM}")
set
(
XTPCPP_VERSION_MAJOR
"0"
)
set
(
XTPCPP_VERSION_MINOR
"4"
)
set
(
XTPCPP_VERSION_PATCH
"
5
"
)
set
(
XTPCPP_VERSION_PATCH
"
6
"
)
set
(
XTPCPP_VERSION
"
${
XTPCPP_VERSION_MAJOR
}
.
${
XTPCPP_VERSION_MINOR
}
.
${
XTPCPP_VERSION_PATCH
}
"
)
set
(
VERSION
${
XTPCPP_VERSION
}
)
...
...
debian/changelog
View file @
c80b07b1
xtpcpp (0.4.6-1) buster; urgency=medium
* mfg support for timsdata temporarily removed
* more checks tandemwrapper run
-- Olivier Langella <olivier.langella@u-psud.fr> Fri, 09 Oct 2020 16:07:27 +0200
xtpcpp (0.4.5-1) buster; urgency=medium
* alginment GUI stuff
...
...
src/gui/tandem_run_dialog/tandemrundialog.cpp
View file @
c80b07b1
...
...
@@ -45,7 +45,7 @@
TandemRunDialog
::
TandemRunDialog
(
QWidget
*
parent
)
:
QDialog
(
parent
),
ui
(
new
Ui
::
TandemRunDialog
)
{
qDebug
()
<<
__FILE__
<<
" "
<<
__FUNCTION__
<<
" "
<<
__LINE__
;
qDebug
();
ui
->
setupUi
(
this
);
this
->
setModal
(
true
);
_p_fasta_file_list
=
new
QStringListModel
();
...
...
@@ -55,20 +55,6 @@ TandemRunDialog::TandemRunDialog(QWidget *parent)
ui
->
exe_group_widget
->
setVisible
(
false
);
QSettings
settings
;
/*
QString condor_tmp_dir =
QString("%1/xtpcpp").arg(settings.value("condor/tmp_dir", "/tmp").toString());
_p_tmp_dir = new QTemporaryDir(condor_tmp_dir);
_p_tmp_dir->setAutoRemove(settings.value("condor/tmp_dir_autoremove",
true).toBool()); _condor_submit_command = settings.value("condor/submit",
"/usr/bin/condor_submit").toString(); _condor_q_command =
settings.value("condor/condor_q", "/usr/bin/condor_q").toString();
_condor_rm_command = settings.value("condor/condor_rm",
"/usr/bin/condor_rm").toString(); _condor_request_memory =
settings.value("condor/request_memory", "10000").toUInt();
QString default_preset_name = ;
*/
ui
->
use_htcondor_groupbox
->
setChecked
(
settings
.
value
(
"tandem/use_HTCondor"
,
"false"
).
toBool
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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