@@ -7,7 +7,7 @@ to go use MSFragger, MetaMorpheus, Sage and all of the other great peptide ident
7
7
tools out there.
8
8
9
9
Fragment ion indexing (abbreviated as "FI" or "Comet-FI" going forward) is supported
10
- n Comet as of [ version 2024.02 rev. 0] ( https://uwpr.github.io/Comet/releases/release_202402.html ) .
10
+ in Comet as of [ version 2024.02 rev. 0] ( https://uwpr.github.io/Comet/releases/release_202402.html ) .
11
11
Given this is the first Comet release with FI functionality, we expect to improve on
12
12
features, performance, and functionality going forward.
13
13
@@ -109,7 +109,7 @@ multiple variable modifications).
109
109
- [ fragindex_num_spectrumpeaks] ( /Comet/parameters/parameters_202402/fragindex_num_spectrumpeaks.html )
110
110
- [ fragindex_skipreadprecursors] ( /Comet/parameters/parameters_202402/fragindex_skipreadprecursors.html )
111
111
112
- ### Memory use performance
112
+ ### Memory use and performance
113
113
114
114
There are many factors that go into how much memory will be consumed including:
115
115
- database size
@@ -118,10 +118,10 @@ There are many factors that go into how much memory will be consumed including:
118
118
- number of variable modifications considered
119
119
- mass range of the fragment ions used in the index
120
120
121
- One can easily generate over a billion fragment ions in
122
- a standard human, target + decoy, tryptic analysis by adding a few variable modifications.
123
- And representing a billion fragment ions in a fragment index
124
- in memory will require many GBs of RAM. You might get away with some smaller searches
121
+ One can easily generate over a billion fragment ions in a standard human,
122
+ target + decoy, tryptic analysis by adding a few variable modifications.
123
+ And representing a billion fragment ions in a fragment index in memory will
124
+ require many GBs of RAM. You might get away with some smaller searches
125
125
on a 16 GB or 32 GB machine. Many searches can be done with 64 GB RAM. And if you're a power
126
126
user who wants to analyze MHC peptides requiring non-specific enzyme constraint searches,
127
127
don't attempt to run such a search with many modifications as it simply won't work.
@@ -137,7 +137,8 @@ The .idx files were created before the search so the reported search times and
137
137
138
138
- Yeast forward + reverse (12,488 sequence entries),
139
139
variable mods 16M and 80STY uses 5.6 GB of RAM and
140
- completes in 0:30. The .idx creation step took 0:03 to complete.
140
+ completes in 0:30. The plain peptide .idx file
141
+ creation step took 0:03 to complete.
141
142
- Human forward + reverse (193,864 sequence entries),
142
143
variable mods 16M uses 5.2 GB of RAM and completes in 0:31.
143
144
During the search, populating the fragment ion index took
0 commit comments