Ralf Gabriels
Ralf Gabriels
Hi, What I would really like as a feature in Seaborn's boxplot function, is the option to set the boxplot's widths according to the size of the dataset visualized in...
This PR partially addresses #101: - `pyinstaller.spec` instructs PyInstaller to freeze mokapot with all its dependencies (including Python) in an executable. - `innosetup.iss` instructs InnoSetup to bundle everything in a...
Fully refactored and drastically more user-friendly version of MS²PIP: - More modular Python API - One consolidated command-line interface with subcommands - Support for all file formats readable by psm_utils...
See https://github.com/compomics/ms2pip/actions/runs/7845409300/job/22261596464 ``` Building cp39-macosx_x86_64 wheel CPython 3.9 macOS x86_64 Installing Python cp39... ✓ 34.86s Setting up build environment... ✓ 6.62s Installing build tools... ✓ 3.44s Building wheel... ✓ 301.82s...
- Replace remaining C model files with .xgboost models - Use more accurate mass values - Fix various C compile-time warnings - Format C and Cython code - Fix calculating...
Currently both setup.py and pyproject.toml are used. Building on GH Actions now seems to use pyproject.toml. Before upload to PyPI, we would need to ensure that all package metadata is...
> Hi Ralf, > > I tried the new features today and they seem to work. However, when I set more than one cpu in the config file, the process...
Bibliospec/Skyline output fails when unmodified entries are empty instead of `-` This works: ```csv spec_id,modifications,peptide,charge LSAGVEFLK,-,LSAGVEFLK,2 ``` This does not: ```csv spec_id,modifications,peptide,charge LSAGVEFLK,,LSAGVEFLK,2 ``` (tested on web server)