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
MassChroQ
Commits
fb36a75b
Commit
fb36a75b
authored
Dec 15, 2020
by
Langella Olivier
Browse files
write line after line cells to be able to flush it in libodsstream
parent
6a84b4da
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/monitors/monitorodsoutput.cpp
View file @
fb36a75b
...
...
@@ -161,6 +161,9 @@ MonitorOdsInterfaceOutput::writeQuantifyBegin(
_p_writer
->
setCellAnnotation
(
"natural isotope theoretical ratio"
);
_p_writer
->
writeCell
(
"niratio"
);
}
_p_writer
->
writeLine
();
}
catch
(
OdsException
&
ods_error
)
{
...
...
@@ -248,7 +251,6 @@ MonitorOdsInterfaceOutput::privWriteMatchedPeak(
{
if
(
peak
!=
nullptr
)
{
_p_writer
->
writeLine
();
_p_writer
->
writeCell
(
_current_quantification_id
);
_p_writer
->
writeCell
(
_current_group_id
);
_p_writer
->
writeCell
(
p_msrun
->
getMsRunIdCstSPtr
()
->
getXmlId
());
...
...
@@ -263,6 +265,8 @@ MonitorOdsInterfaceOutput::privWriteMatchedPeak(
_p_writer
->
writeCell
(
peak
->
getRightBoundary
().
x
);
p_quanti_item
->
writeOdsPeptideLine
(
*
_p_writer
);
_p_writer
->
writeLine
();
}
}
catch
(
OdsException
&
error
)
...
...
Langella Olivier
@olivier.langella
mentioned in issue
#5 (closed)
·
Dec 15, 2020
mentioned in issue
#5 (closed)
mentioned in issue #5
Toggle commit list
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