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
0b1219d8
Commit
0b1219d8
authored
Jun 18, 2019
by
Langella Olivier
Browse files
xtpcpp (0.2.38-3) stretch
parent
2609d986
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0b1219d8
xtpcpp (0.2.38-3) stretch; urgency=medium
* refine, maximum missed cleavage sites added
-- Olivier Langella <olivier.langella@u-psud.fr> Tue, 18 Jun 2019 13:28:02 +0200
xtpcpp (0.2.38-2) stretch; urgency=medium
* protein, use minimal annotation parameter added
...
...
src/core/tandem_run/tandemparameters.cpp
View file @
0b1219d8
...
...
@@ -53,7 +53,8 @@ new labels :
"protein, use annotations" https://www.thegpm.org/TANDEM/api/pua.html
obsolete :
obsolete, not documented :
"refine, maximum missed cleavage sites" 3
"protein, use minimal annotations" yes no
*/
...
...
@@ -273,7 +274,8 @@ TandemParameters::setParamLabelValue(const QString &label, const QString &value)
(
label
==
"spectrum, threads"
)
||
(
label
==
"scoring, minimum ion count"
)
||
(
label
==
"scoring, maximum missed cleavage sites"
)
||
(
label
==
"output, histogram column width"
))
(
label
==
"output, histogram column width"
)
||
(
label
==
"refine, maximum missed cleavage sites"
))
{
bool
ok
;
...
...
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