Skip to content
Snippets Groups Projects
Commit 16e130a4 authored by valot's avatar valot
Browse files

Experimental mascot evalue are not enabled for now, waiting more test

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@212 b8ef2a07-7df7-436f-90b9-41648038564b
parent 3d677d36
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ public class Filter_Windows {
Button experimentalButton = new Button(mascotEvalue, SWT.RADIO);
experimentalButton.setText("Experimental (The ion score threshold depend of the spectra)");
experimentalButton.setSelection(!conf.get_mascot_evalue_theoritical());
experimentalButton.setEnabled(false);
Group database = new Group(shell, SWT.SHADOW_IN);
database.setText("Remove result from contaminants database");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment