Skip to content

Commit 707d4c8

Browse files
committed
Final fixes for calibrtion readin in older instruments
1 parent a85b6dc commit 707d4c8

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# IMTBX+Grppr
2+
3+
## Contents
4+
5+
- `IMTBX_v4.x.x_with-View-UI-Grppr.zip` - Everyting in one package
6+
- `IMTBX_v4.x.x_with-View-UI.zip` - IMTBX, Data Viewer, GUI. Grppr needs to be downloaded separately and put in the same folder as `ImtbxGrpprGui.exe`
7+
- `grppr-0.3.xx.jar` - Only the Grppr program
8+
9+
## Changelog
10+
11+
### v4.4.1
12+
13+
- IMTBX update to v4.3.0
14+
- Final fixes for calibration reading in older instruments.
15+
- Allow calibration coefficients to only be scpeficied for one
16+
function in HEADER.txt, they will be duplicated to other functions.
17+
- Code duplicates removed, all reading of coefficients moved to
18+
a single location.
19+
20+
### v4.4.0
21+
22+
- Grppr update to v0.3.15
23+
- Fix Grppr crashing when input contained some clusters of 1, 2 or 3 peaks that had to be truncated.
24+
25+
### v4.3.1
26+
27+
- IMTBX update to v4.2.0
28+
- Can accept 5 or 6 calibration coefficients in headers.txt
29+
30+
### v4.3.0
31+
32+
- Add `--allOut` option to Grppr to allow writing _*.isotopes_ files along with MGF.
33+
- Add a checkbox to GUI Grppr LCMS-Only section for --allOut.
34+
- Restore last state of the GUI form upon reopening.
35+
- Another fix for how `-d` deisotoping options were passed from GUI to Grppr.
36+
37+
### v4.2.0
38+
39+
- Some bugfixes for IMTBX+Grppr GUI, not all parameters were passed on properly.
40+
- Decrease lower mass boundary for AVERAGINE isotopic cluster detector to 50 from 200. Helps with small molecules if AVERAGINE is by accident used for them.

ImsTopdownUi/imtbx-grppr-ui.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version.gui.published.last = 4.4.0
2-
version.imtbx.published.last = 4.2.0
1+
version.gui.published.last = 4.4.1
2+
version.imtbx.published.last = 4.3.0
33
version.grppr.published.last = 0.3.15
44
url.download = https://github.com/chhh/IMTBX/releases/latest

0 commit comments

Comments
 (0)