Skip to content

Commit

Permalink
Add option MatchesPerSpectrumToKeepInMemory to parameter files
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed May 21, 2021
1 parent e59fc2f commit f45c61f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ minMass=3000
# Maximum sequence mass, in Da
maxMass=50000

# Number of matches per spectrum to keep in memory
# These matches are used when computing spectral E-values
MatchesPerSpectrumToKeepInMemory=3

# Number of matches per spectrum to be reported
NumMatchesPerSpec=1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ minMass=3000
# Maximum sequence mass, in Da
maxMass=50000

# Number of matches per spectrum to keep in memory
# These matches are used when computing spectral E-values
MatchesPerSpectrumToKeepInMemory=3

# Number of matches per spectrum to be reported
NumMatchesPerSpec=1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ minMass=3000
# Maximum sequence mass, in Da
maxMass=50000

# Number of matches per spectrum to keep in memory
# These matches are used when computing spectral E-values
MatchesPerSpectrumToKeepInMemory=3

# Number of matches per spectrum to be reported
NumMatchesPerSpec=1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ minMass=3000
# Maximum sequence mass, in Da
maxMass=50000

# Number of matches per spectrum to keep in memory
# These matches are used when computing spectral E-values
MatchesPerSpectrumToKeepInMemory=3

# Number of matches per spectrum to be reported
NumMatchesPerSpec=1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ minMass=3000
# Maximum sequence mass, in Da
maxMass=50000

# Number of matches per spectrum to keep in memory
# These matches are used when computing spectral E-values
MatchesPerSpectrumToKeepInMemory=3

# Number of matches per spectrum to be reported
NumMatchesPerSpec=2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ minMass=3000
# Maximum sequence mass, in Da
maxMass=50000

# Number of matches per spectrum to keep in memory
# These matches are used when computing spectral E-values
MatchesPerSpectrumToKeepInMemory=4

# Number of matches per spectrum to be reported
NumMatchesPerSpec=3

Expand Down

0 comments on commit f45c61f

Please sign in to comment.