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

i2masschroq (0.4.63-1~bullseye1) bullseye

parent 8703b93e
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,9 @@ PROJECT(i2masschroq CXX)
set(i2MassChroQ_VERSION_MAJOR "0")
set(i2MassChroQ_VERSION_MINOR "4")
set(i2MassChroQ_VERSION_PATCH "62")
set(i2MassChroQ_VERSION_PATCH "63")
set(i2MassChroQ_VERSION "${i2MassChroQ_VERSION_MAJOR}.${i2MassChroQ_VERSION_MINOR}.${i2MassChroQ_VERSION_PATCH}")
set(VERSION 0.4.62)
set(VERSION 0.4.63)
# Set additional project information
set(COMPANY "pappso.org")
......@@ -20,7 +20,7 @@ set(IDENTIFIER "org.pappso")
#depending on libpappsomspp version :
set(LIBPAPPSOMSPP_VERSION "0.8.53")
set(LIBPAPPSOMSPP_VERSION "0.8.57")
set(LIBRDATA_VERSION "0~20210223+git-85757dc6")
......
i2masschroq (0.4.63-1~bullseye1) bullseye; urgency=medium
* integration of the TIDD method https://pubmed.ncbi.nlm.nih.gov/35354356/
* PSM features displayed in the peptide detail window
* moving SAX pepxml reader to xml stream reader
* moving SAX tandem reader to xml stream reader
* moving SAX xpip reader to xml stream reader
-- Olivier Langella <olivier.langella@u-psud.fr> Wed, 05 Oct 2022 12:49:24 +0200
i2masschroq (0.4.62-1~bullseye1) bullseye; urgency=medium
* new release using pappsoms++ 0.8.53
......
......@@ -7,9 +7,9 @@ Build-Depends: debhelper-compat (= 12),
dpkg-dev (>= 1.18.25),
cmake (>= 3.12),
qtbase5-dev,
libpappsomspp-dev (>= 0.8.53),
libpappsomspp-widget-dev (>= 0.8.53),
libodsstream-dev (>= 0.8.0),
libpappsomspp-dev (>= 0.8.57),
libpappsomspp-widget-dev (>= 0.8.57),
libodsstream-dev (>= 0.8.2),
libqt5svg5-dev,
libqcustomplot-dev,
libgrantlee5-dev,
......
......@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 12),
qtbase5-dev,
libpappsomspp-dev (>= @LIBPAPPSOMSPP_VERSION@),
libpappsomspp-widget-dev (>= @LIBPAPPSOMSPP_VERSION@),
libodsstream-dev (>= 0.8.0),
libodsstream-dev (>= 0.8.2),
libqt5svg5-dev,
libqcustomplot-dev,
libgrantlee5-dev,
......
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