Skip to content

UniDec Version 6.0.2

Compare
Choose a tag to compare
@michaelmarty michaelmarty released this 06 Apr 00:02
· 162 commits to master since this release
a32af14

Version 6.0.2 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.

Also, I recently learned that this version of UniDec is not compatible with Windows 7 because the newer versions of Python are no longer compatible. If you need to use Windows 7, 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.2

Added a new Drug-to-Antibody Ratio (DAR) calculation mode for UPP. See help file for the new keywords.

Other improvements to UPP:

  • Added color to the columns on UPP.
  • Added ability to do peak integration.
  • Added low and high charge config options.
  • Added buttons to open results in Excel or other spreadsheet software.
  • Added global HTML report.
  • Improved file naming of outputs.
  • Added progress bar on the bottom.

Fixed bug with HTML float sorting as text. Fixed major bugs with file imports.