{"id":44257489,"url":"https://github.com/compomics/thermo-msf-parser","last_synced_at":"2026-02-10T16:35:53.655Z","repository":{"id":30366919,"uuid":"33919471","full_name":"CompOmics/thermo-msf-parser","owner":"CompOmics","description":"Parser and viewer for thermo msf files.","archived":false,"fork":false,"pushed_at":"2021-10-12T10:19:07.000Z","size":44083,"stargazers_count":3,"open_issues_count":4,"forks_count":4,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-09-10T05:09:22.176Z","etag":null,"topics":["bioinformatics","proteomics"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CompOmics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-2.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-14T08:18:26.000Z","updated_at":"2021-10-12T10:19:11.000Z","dependencies_parsed_at":"2022-09-07T12:10:39.775Z","dependency_job_id":null,"html_url":"https://github.com/CompOmics/thermo-msf-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CompOmics/thermo-msf-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompOmics%2Fthermo-msf-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompOmics%2Fthermo-msf-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompOmics%2Fthermo-msf-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompOmics%2Fthermo-msf-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CompOmics","download_url":"https://codeload.github.com/CompOmics/thermo-msf-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompOmics%2Fthermo-msf-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29307917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T16:09:25.305Z","status":"ssl_error","status_checked_at":"2026-02-10T16:08:52.170Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bioinformatics","proteomics"],"created_at":"2026-02-10T16:35:52.829Z","updated_at":"2026-02-10T16:35:53.643Z","avatar_url":"https://github.com/CompOmics.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thermo MSF Parser\n![logo](http://genesis.ugent.be/uvpublicdata/thermo-msf-parser/thermo-msf-parser_logo.png) \n\n * [Project Description](#project-description)\n * [Downloads](#downloads)\n * [Usage](#usage)\n * [Related Projects](#related-projects)\n * [Project Support](#project-support)\n\n----\n\n## Project Description\n\nThermo ProteomeDiscoverer integrates both the peptide identification and quantification steps in peptide centric proteomics into a single workflow. This makes it one of the preferred programs to analyze proteomics data from Thermo mass spectrometers. The results of the ProteomeDiscoverer workflow are stored in MSF files. Here, we present a Java library to parse and visualize these MSF files.\n\n*Supported MSF Versions:*\nNote that we only support MSF files from ProteomeDiscoverer version 1.2, 1.3 and 1.4. We are not planning to invest development time in supporting older versions, but will however, try to ensure forward compatibility as new versions of ProteomeDiscoverer become available.\n\n### Citation\n * [Colaert et al: J Proteome Res. 2011 Aug 5;10(8):3840-3.](http://pubs.acs.org/doi/abs/10.1021/pr2005154)\n * If you use *Thermo MSF Parser* as part of a paper, please include the reference above.\n\n[Go to top of page](#thermo-msf-parser)\n\n----\n\n## Downloads\n\n| Download | Version | Release info |\n| :--: |:--:| :--:|\n| \u003ca href=\"https://genesis.ugent.be/maven2/com/compomics/thermo_msf_parser/thermo_msf_parser_GUI/2.0.5/thermo_msf_parser_GUI-2.0.5-archive.zip\" onclick=\"trackOutboundLink('usage','download','thermo-msf-parser','https://genesis.ugent.be/maven2/com/compomics/thermo_msf_parser/thermo_msf_parser_GUI/2.0.5/thermo_msf_parser_GUI-2.0.5-archive.zip'); return false;\"\u003e\u003cimg src=\"https://github.com/compomics/thermo-msf-parser/wiki/images/download_button.png\" alt=\"download\" /\u003e\u003c/a\u003e | *2.0.5 - All platforms* |    [Release notes](https://github.com/compomics/thermo-msf-parser/wiki/ReleaseNotes) |\n\n### Example Dataset\n[Example Dataset 1](https://github.com/compomics/thermo-msf-parser/blob/master/thermo_msf_parser_API/src/test/resources/test-msf-v-1.2.msf), click on *raw* to download.\n\n[Go to top of page](#thermo-msf-parser)\n\n----\n\n## Usage\nSee the [wiki](https://github.com/compomics/thermo-msf-parser/wiki) for additional information on how to use *Thermo MSF Parser*.\n\n[Go to top of page](#thermo-msf-parser)\n\n----\n\n## Related Projects\n\nThe Thermo MSF viewer makes use of [compomics-utilities](http://code.google.com/p/compomics-utilities) and [JSparklines](http://code.google.com/p/jsparklines) to visualize every bit of information found in the msf files.\n\nSimilar parsers for OMSSA and X!Tandem results files are also available, see [OMSSA Parser](http://code.google.com/p/omssa-parser) and [XTandem Parser](http://code.google.com/p/xtandem-parser).\n\nYou might also find some of the following projects interesting: [Peptizer](http://code.google.com/p/peptizer),\n[dbtoolkit](https://github.com/compomics/dbtoolkit),\n[ms-lims](http://code.google.com/p/ms-lims),\n[Rover](http://code.google.com/p/compomics-rover) and\n[PeptideShaker](http://code.google.com/p/peptide-shaker).\n\n[Go to top of page](#thermo-msf-parser)\n\n----\n\n## Project Support\n\nThe *Thermo MSF Parser* project is grateful for the support by:\n\n| Compomics | VIB | Ghent University|\n|:--:|:--:|:--:|\n| [![compomics](http://genesis.ugent.be/uvpublicdata/image/compomics.png)](http://www.compomics.com) | [![vib](http://genesis.ugent.be/uvpublicdata/image/vib.png)](http://www.vib.be) | [![ugent](http://genesis.ugent.be/uvpublicdata/image/ugent.png)](http://www.ugent.be/en) |\n\n[Go to top of page](#thermo-msf-parser)\n\n----\n\n| IntelliJ | Netbeans | Java | Maven |\n|:--:|:--:|:--:|:--:|\n| [![intellij](https://www.jetbrains.com/idea/docs/logo_intellij_idea.png)](https://www.jetbrains.com/idea/) | [![netbeans](https://netbeans.org/images_www/visual-guidelines/NB-logo-single.jpg)](https://netbeans.org/) | [![java](http://genesis.ugent.be/uvpublicdata/image/java.png)](http://java.com/en/) | [![maven](http://genesis.ugent.be/uvpublicdata/image/maven.png)](http://maven.apache.org/) |\n\n[Go to top of page](#thermo-msf-parser)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompomics%2Fthermo-msf-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompomics%2Fthermo-msf-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompomics%2Fthermo-msf-parser/lists"}