[comet] v2025.03.0
[Petunia] Updated path to Python in local UB24 (regis)
Correct parsing of MS1 peaks for mzML files with ion mobility dimension.
[showXIC] Display RT in minutes insetad of seconds (as per Lab request). Minor style adjustment to max ppm
Add logic when finding correpsonding MS1 scan if scanHeader.precursorScanNum==0.
Tagging 7.3.0 release
[qsir] Deal with Windoze paths...
[ProtXMLViewer] Make Windows path comparisons case-insensitive; add [ + ] to Legend link for clarity. [Quetzal] Point to main Quetzal for links from L-keet
[Windows installer] Skip check for old ARCH type; minor text change. [Landing Page] Update link to Release Notes
[Comet] Update to V.2025.01.1
[PWiz] Revert VERSION string for successful compilation in Windows...
[TPP files] Replace backslashes with forward ones. [Petunia] Point to updated Python in regis
[version] The winds of change...
[Cuva/ShowXIC] Configuration tweaks for Windows
[Quetzal] Remove outdated code and related config; will re-add newer version at a later date
Finally fix expect score filtering when small values previous end up as 0.0000, messing up subsequent page updates. Also changed the integer param values to show as integers instead of decimal numbers.
[ProteoGrapher] Remove links to ProteoGrapher; consider reinstating when/if it can be made more performant, and with recent GO data. Remove old/obsolete custom GO definition files of unknown provenance
[ShowXIC]
[ShowXIC]
[CUVALibRe]
[Petunia]
[comet] Generate two sample comet params files: basic (-p) and full (-q)
[ASAP peptide] Overlay hit data only from relevant MS run; highlight same-sequence hits; silence compiler warnings
[qsir] Require mzML path so as to retrieve hit data that corresponds only to that MS run; add RT to returned data
[extern] Much-belated removal of unneeded files... part zwei
[ShowXIC]
[kojak] Ignore error code thrown by Kojak when (successfully) generating conf file during build process
[kojak] Place correct Kojak code back! And remove the unneeded one... Oops.
[ShowXIC]
[ASAPRatio] Fix long-dormant memory overflow bug only recently uncovered by new compilers
[mzXML] Remove pre-Wiz mz[X]ML converters, long since last used or built
[PSI-MOD.obo] Update to version 1.031.6 (latest)
[extern] Much-belated removal of unneeded files... part eins
[python] Add simple Makefile to install tpp-python executables (with more todo); display TPP version when running RumAndCoke
[html] Add html5 DOCTYPE and link to TPP icon
[ShowXIC]
[ShowXIC]
[version] Bump for clarity in dev builds
[kojak magnum stpeter] Include <cstdint> in non-Win builds to avoid SIZE_MAX not declared error (surfaced in Ub24.04)
[pwiz] Remove boost lib that crashed under Ubuntu 24.04; remove strangely-duplicated Makefile directive; update version file
[XPressPeptide] New commandline switch -Z to look for a closing tag of </msms_run_summary> instead of the default </msms_pipeline_analysis>. For use when splitting files for (faster) parallel analysis. Some code cleanup
[proteographer] Capture isoforms and neXtProt NX_ accessions
[ShowXIC] Clean up messy code; add link to new viewer from PepXMLViewer; add PPM default to interface
[css] New Spinner for white/light backgrounds
[Petunia] Remove NIGMS image and add link to ISB Funding page; link to new XIC viewer; clean up some sloppy code
[pwiz] Remove unnecessarily checked-in files...
[pwiz] Update to actual version used since previous update
[usage] Attempt to make several usage statements somewhat more legible
[conf] Remove deprecated settings
[ShowXIC] Overhaul to a far clearer, cleaner, and responsive interface, with ability to load files and directly set input parameters
[js] Add Chart.js
[ShowXIC] Add JSON output option to CGI so as to avoid outdated HTML output; functionality via previous links unaffected
[tpp_models] New option -R to stop parsing file after main models and header info have been retrieved; skips individual MS Run info. Very useful for HUGE files that take a long time to parse
[MADCAPS] Place css in its own file
[ShowXIC] Make code more readable (mostly re-tabbing) to facilitate future decoupling; no functional changes
[CUVALibRe] Remove outdated (and unnecessarily duplicated) code; minor improvements for eventual GO integration
[Release 7.2.0 Bombogenesis:] Tag applied
[Seq2MS:] configure to use /usr/bin/python3 on systems not windows
[extern:] Makefile seq2ms targets updated so they don't rebuild and reconfigure unnecessarily
[Seq2MS:] disable autostart of serve.bat
[VERSION:] bump version prepare for release
[Seq2MS:] clean up system calls and exit codes...
[Seq2MS:] clean up system calls and exit codes...
[Windows Installer:] update keys to prevent unneccessary reinstalls
[QUETZAL:] match window origin
[Seq2MS:] process without the server when it is off
[QUETZAL:] configure for site
[windows installer:] BUGFIX new dependecies required for apache 2.4
[Coatl:] BUGFIX don't close Quetzal Window
[Quetzal:] tidy up and link to ProteomeXchange
[Quetzal:] configure locally
[Quetzal:] configure locally
[PTMProphet:] SpectraST API function to test for defined mods. Helps PTMProphet process 'unknown' PTMs specified only in the spectrum_query elements, i.e. not provided in the search parameters or PTMProphet command, for instance PEFF mods (which should only appear along the peptide backbone, not on peptide termini like other mods). Changed based on a feature request from Zhi
[PTMProphet:] process PTMs specified only in the spectrum_query elements, i.e. not provided in the search parameters or PTMProphet command, for instance PEFF mods (which should only appear along the peptide backbone, not on peptide termini like other mods). Changed based on a feature request from Zhi
[coatl] point to production Quetzal
[Seq2MS_json:] make sure the exit value from command call can be checked on Linux or Windows (was broken on Win)
[BUGFIX:] build not configuring lorikeet for Seq2MS correctly under Linux using the values in site.mk, this change allows configuration to happen given the Makefile rules already present for COMETV_JS
[predict_client:] tidy up
[Seq2MS_json.pl:] use 0 to test result of call to predict_client to detect failure to connec, adjust log path
[installer_win32:] reconfigure installation with options for Seq2MS and make it easy to start the server...if server is not started Seq2MS should still work but much slower for every new peptide
[Seq2MS:] predict-client returns are for functions, use exit codes
[lorikeet.html:] leave default Seq2MS settings blank, which allows plot-msms-utils.js to set the values
[Seq2MS_json:] when calling predict_client, if returns 1 due to failure because cannot connect to predict_server, fall-back to predict method which is slow but does not require predict_server running
[Seq2MS:] predict_client return 1 on failure if cannot connect to server, otherwise return 0