Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.