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
Show more breadcrumbs
PAPPSO
xtpcpp
Commits
d3f5a83b
Commit
d3f5a83b
authored
5 years ago
by
Renne Thomas
Browse files
Options
Downloads
Patches
Plain Diff
Change MsIdentification header to ods equivalent
parent
c2bfe2ee
No related branches found
No related tags found
1 merge request
!19
Correct before release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/gui/lists/ms_identification_run_list_view/msidentificationtablemodel.cpp
+15
-15
15 additions, 15 deletions
...entification_run_list_view/msidentificationtablemodel.cpp
with
15 additions
and
15 deletions
src/gui/lists/ms_identification_run_list_view/msidentificationtablemodel.cpp
+
15
−
15
View file @
d3f5a83b
...
...
@@ -115,49 +115,49 @@ MsIdentificationTableModel::getTitle(std::int8_t column)
return
"Alignments Groups"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
run_id
:
return
"Identification RunID"
;
return
"Identification Run
ID"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
id_file
:
return
"Identification
F
ile"
;
return
"Identification
result f
ile"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
mzML
:
return
"
Peak-list f
ile"
;
return
"
Ms Run F
ile"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
engine_name
:
return
"
Engine Nam
e"
;
return
"
Identification engin
e"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
nbr_spectrum
:
return
"
Number of Spectrum
"
;
return
"
Total spectra used
"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
nbr_peptide
:
return
"
Number of peptide
"
;
return
"
Total spectra assigned
"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
nbr_unique
:
return
"
Number of unique
"
;
return
"
Total unique assigned
"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
percent_assign
:
return
"
%
Assign
ation
"
;
return
"Assign
ment %
"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
id_msrun_id
:
return
"
MsRun
ID"
;
return
"
Sample
ID"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
nb_ms_1
:
return
"
Number of ms
1"
;
return
"
Total MS
1"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
nb_ms_2
:
return
"
Number of ms
2"
;
return
"
Total MS
2"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
nb_ms_3
:
return
"
Number of ms
3"
;
return
"
Total MS
3"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
nb_tic_1
:
return
"
Number of
TIC 1"
;
return
"TIC
MS
1"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
nb_tic_2
:
return
"
Number of
TIC 2
"
;
return
"TIC
MS
2"
;
break
;
case
(
std
::
int8_t
)
msIdentificationListColumn
::
nb_tic_3
:
return
"
Number of
TIC 3"
;
return
"TIC
MS
3"
;
break
;
}
return
""
;
...
...
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