Skip to content

Commit

Permalink
Show the value for IgnoreMetCleavage when displaying parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed Mar 23, 2021
1 parent 97aa32f commit 355c534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/edu/ucsd/msjava/msdbsearch/SearchParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ public String toString() {

buf.append("\tProtocol: " + (protocol == null ? "null" : this.protocol.getName()) + "\n");
buf.append("\tNumTolerableTermini: " + this.numTolerableTermini + "\n");
buf.append("\tIgnoreMetCleavage: " + this.ignoreMetCleavage + "\n");
buf.append("\tMinPepLength: " + this.minPeptideLength + "\n");
buf.append("\tMaxPepLength: " + this.maxPeptideLength + "\n");
buf.append("\tMinCharge: " + this.minCharge + "\n");
Expand Down

0 comments on commit 355c534

Please sign in to comment.