Recent Releases of deeplc
deeplc - v2.0.4
- Log peptide sequences that are too long
- bug fix for sequences > 60 AA
- bug fix non-resolved modifications
- psm_utils integration
- pygam default calibrator
- additional support transfer learning
- code refractoring of feature extraction
- prediction library support
- piecewise linear calibration support
- Python
Published by RobbinBouwmeester almost 3 years ago
deeplc - v1.1.1
Added
- New native Python GUI, based on the Gooey package
- New standalone installer for Windows using PyInstaller and Inno Setup
- Added
deeplc-guientrypoint to start GUI from the command line
Changed
- CLI: Restructured help message
- Made DeepLC class API docstring consistent with CLI help message
- Docs: Moved
dict_dividerandsplit_calexplanation to README Q&A section. - CI: Only run tests on commits to
masteror from a PR - Refactoring: Cleaned up
__main__.py - Logging: Changed some loggings from DEBUG to INFO level, some from WARNING to INFO or DEBUG level
Removed
- Removed Java-based GUI in favor of new Python-based GUI
Fixed
- If run through CLI/GUI, all Tensorflow warnings are now fully suppressed
- Added
--legacy_calibrationCLI option to allow for old piecewise linear calibration while new pyGAM calibration method is default.--legacy_calibrationis mutually exclusive with--pygam_calibration.
- Python
Published by github-actions[bot] almost 4 years ago