Skip to content

Commit

Permalink
Fix ReadME type
Browse files Browse the repository at this point in the history
  • Loading branch information
tornikeo committed Jul 26, 2024
1 parent 4d5557b commit d02fc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Calculate similarity between large number of mass spectra using a GPU. SimMS aim

![alt text](assets/visual_guide.png)

Comparing large sets of mass spectra is can be done in parallel, since all scores can be calculated independent of other scores. By leveraging the large number of threads in a GPU, we created a GPU program (kernel) that calculates a 4096 x 4096 similarity matrix in a fraction of a second. By iteratvely calculating similarities for batches of spectra, SimMS can quickly process datasets much larger than the GPU memory. For details, visit the [preprint](https://www.biorxiv.org/content/biorxiv/early/2024/07/25/2024.07.24.605006.full.pdf).
Comparing large sets of mass spectra can be done in parallel, since scores can be calculated independent of the other scores. By leveraging a large number of threads in a GPU, we created a GPU program (kernel) that calculates a 4096 x 4096 similarity matrix in a fraction of a second. By iteratvely calculating similarities for batches of spectra, SimMS can quickly process datasets much larger than the GPU memory. For details, visit the [preprint](https://www.biorxiv.org/content/biorxiv/early/2024/07/25/2024.07.24.605006.full.pdf).

# Quickstart

Expand Down

0 comments on commit d02fc5e

Please sign in to comment.