Skip to content
Snippets Groups Projects
Commit 1d911e5e authored by Langella Olivier's avatar Langella Olivier
Browse files

xtpcpp (0.2.11-1) stretch

parent 15873227
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ SET(SOFTWARE_NAME "XTPcpp")
SET(XTPCPP_VERSION_MAJOR "0")
SET(XTPCPP_VERSION_MINOR "2")
SET(XTPCPP_VERSION_PATCH "10")
SET(XTPCPP_VERSION_PATCH "11")
SET(XTPCPP_VERSION "${XTPCPP_VERSION_MAJOR}.${XTPCPP_VERSION_MINOR}.${XTPCPP_VERSION_PATCH}")
# Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
......
xtpcpp (0.2.11-1) stretch; urgency=medium
* MASCOT dat parser
* contaminant widget
-- Olivier Langella <olivier.langella@u-psud.fr> Tue, 13 Mar 2018 16:01:10 +0100
xtpcpp (0.2.10-4) stretch; urgency=medium
* bug fix when no peak has been detected for a peptide
......
/*
* Could not load previous license
*/
#include "ptmpeptide.h"
/*
* Could not load previous license
*/
#ifndef PTMPEPTIDE_H
#define PTMPEPTIDE_H
class PtmPeptide
{
};
#endif // PTMPEPTIDE_H
......@@ -55,6 +55,9 @@ void PtmIslandSheet::writeCellHeader(PtmIslandListColumn column) {
}
void PtmIslandSheet::writeHeaders(IdentificationGroup * p_ident) {
//ptm
//Group ID Sub-group ID PhosphoIsland ID Description MW Phosphosites positions Spectra Uniques number of proteins sharing these phosphosites
//a1 a1.a1 a1.a1.a1 AT1G01100.1 | Symbols: | 60S acidic ribosomal protein family | chr1:50284-50954 REVERSE LENGTH=112 11,1000003814697 102 435 3 6
qDebug() << "PtmIslandSheet::writeHeaders begin" ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment