Skip to content

Commit

Permalink
Update command description and program date
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed Mar 23, 2021
1 parent 355c534 commit 2822fcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/java/edu/ucsd/msjava/params/ParamManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ public enum ParamNameEnum {
NUM_ISOFORMS("iso", "NumIsoforms", "Number of isoforms to consider per peptide; Default: 128" + Constants.NUM_VARIANTS_PER_PEPTIDE, null),

IGNORE_MET_CLEAVAGE("ignoreMetCleavage", "IgnoreMetCleavage", "When 1, ignore N-terminal methionine cleavage",
"0 means Consider protein N-term Met cleavage (Default)\n" +
"\t 1 means Ignore protein N-term Met cleavage"),
"0 means to consider protein N-term Met cleavage (Default)\n" +
"\t 1 means to ignore protein N-term Met cleavage"),

MIN_DE_NOVO_SCORE("minDeNovoScore", "MinDeNovoScore", "Minimum de Novo score; Default: " + Constants.MIN_DE_NOVO_SCORE, null),

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/edu/ucsd/msjava/ui/MSGFPlus.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@


public class MSGFPlus {
public static final String VERSION = "Release (v2021.01.15)";
public static final String RELEASE_DATE = "15 January 2021";
public static final String VERSION = "Release (v2021.03.22)";
public static final String RELEASE_DATE = "22 March 2021";

public static final String DECOY_DB_EXTENSION = ".revCat.fasta";
public static final String DEFAULT_DECOY_PROTEIN_PREFIX = "XXX";
Expand Down

0 comments on commit 2822fcf

Please sign in to comment.