Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://uwpr.github.io/Comet/
An tandem mass spectrometry (MS/MS) sequence database search tool.
https://uwpr.github.io/Comet/
Last synced: 2 months ago
JSON representation
An tandem mass spectrometry (MS/MS) sequence database search tool.
- Host: GitHub
- URL: https://uwpr.github.io/Comet/
- Owner: UWPR
- License: apache-2.0
- Created: 2021-09-17T17:15:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T22:39:42.000Z (3 months ago)
- Last Synced: 2024-11-05T23:30:30.502Z (3 months ago)
- Language: C
- Homepage: https://uwpr.github.io/Comet/
- Size: 38.1 MB
- Stars: 45
- Watchers: 5
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-proteomics - Comet - C++ - Free and open-source search engine, lately it's had several - [paper](https://analyticalsciencejournals.onlinelibrary.wiley.com/doi/abs/10.1002/pmic.201200439) (3. Raw data search software/algorithms / Table of Contents)
README
# Comet MS/MS
Comet is an open source tandem mass spectrometry (MS/MS) sequence database search tool written primarily in C/C++. The original Comet repository lived on [SourceForge](https://sourceforge.net/projects/comet-ms/) since 2012. It was migrated to GitHub on September 2021.
The project website [can be found here](https://uwpr.github.io/Comet/). This includes release notes and search parameters documentation.
To compile on linux and macOS:
- Type 'make'. This will generate a binary "comet.exe".
To compile with Microsoft Visual Studio:
- Use build tools v142 with Microsoft Visual Studio 2019.
- First install [MSFileReader from Thermo Fischer Scientific](https://uwpr.github.io/Comet/notes/20220228_rawfile.html).
- Load "Comet.sln" in Visual Studio.
- Set the build to "Release" and "x64".
- Right-mouse-click on the "Comet" project and choose "Build". This should generate a binary "Comet.exe" in x64/Release.