Skip to content

UniDec Version 6.0.3

Compare
Choose a tag to compare
@michaelmarty michaelmarty released this 19 Jun 19:56
· 148 commits to master since this release
e9f6044

Version 6.0.3 UniDec.

Please cite Marty et al. Anal. Chem. 2015. DOI: 10.1021/acs.analchem.5b00140 if you use UniDec in publications.

Check out a video tutorial: https://www.youtube.com/watch?v=e33JxgY6CJY. For more user help and additional video tutorials, see the Wiki page: https://github.com/michaelmarty/UniDec/wiki.

For a video tutorial on how to use the new UPP module, check out: https://youtu.be/dVoG6Gew27g.

Installation Instructions: Download the zip file and extract it to a convenient location. Click on "GUI_UniDec.exe". The software should then run with no additional installation. It is a self-contained package. Note, this compiled version will only run on Windows.

Important Note: If you are having issues where it crashes when opening Thermo files, it may be because the security settings are blocking parts of the software. To fix this, delete the unzipped folder, right click on the zip file, select Properties, and click unblock. You can then unzip the file again, and it should work.

If you need to use Windows 7 or earlier, I would recommend installing a Win 7 compatible Python version and using and <python -m unidec.Launcher> to run UniDec from the source code.

We rely on help from the community to find issues and suggest improvements. Please send comments via email to [email protected]. Thanks for your continued help!

Change Log:

v.6.0.3

Added global peak output to UPP. Updated documentation and help for UPP to show how to write your own workflows.

Added cosine similarity to Image Plotter.

Added "Config Smash File" input to UPP.

Added DScore to peakparam.dat output.

Fixed bug with Waters time range on file open.

Fixed bug with peaks shapes not registering. Note, this fix will break compatiblity for the charge peak shape
parameter on older config files for UCD. Just change zpsfun to zpsfn on the config file to rescue.

Fixed bug with PDF saving not working.