-
Notifications
You must be signed in to change notification settings - Fork 4
Delete MS2 GWT code. Switch to simple job launcher #830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| public static String DYNAMIC_N_TERM_PEPTIDE_MOD = "refine, potential N-terminus modifications"; | ||
| public static String ENZYME = "protein, cleavage site"; | ||
| public static String SEQUENCE_DB = "pipeline, database"; | ||
| public static String TAXONOMY = "protein, taxon"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted.
|
|
||
| public class ParameterNames | ||
| { | ||
| public static String STATIC_MOD = "residue, modification mass"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make all of these final? Looks like the code that mutated some of these statics (?!) is gone.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think they were ever mutated, but were never declared final when they existed in the GWT code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SearchFormCompositeFactory mutated a few of these "constants." Fortunately, you deleted the evil class.
Rationale
We are removing GWT-based code, including the MS2 protocol designer and job launcher. We can use the simpler XML-based implementation from the pipeline module.
Related Pull Requests
Changes