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

News 3.1.1

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@96 b8ef2a07-7df7-436f-90b9-41648038564b
parent a0405a27
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ public class XtandemPipelineMain {
* @return
* @return
*/
static public String version = "3.1.0";
static public String version = "3.1.1";
public static String about = "X!Tandem Pipeline is developped by PAPPSO team (http://pappso.inra.fr) by Benoit Valot and Olivier langella.\n\n"
+ "This software is distributed under the terms of the GNU General Public License.\n\n"
......@@ -45,10 +45,11 @@ public class XtandemPipelineMain {
+ "If a protein is identified by two peptides with an evalue of O.O1, the protein evalue is O.OOO1.\n\n"
+ "So, we preconise to put -4 for the protein evalue filter instead of -8.";
public static String news = "Algorithm of grouping have been completly rewritten : \n"+
public static String news = "3.1.1 : FDR computation are now compatible with reverse option of X!Tandem.\n\n"+
"3.1.0 : Algorithm of grouping have been completly rewritten : \n"+
"Older project must be refiltered to be properly grouped.\n\n"+
"Phosphopeptide filtering have been enhanced to correspond to :\n"+
"- SubGroup represents the number of phophosites\n"+
"- SubGroup represents the number of phosphosites\n"+
"- Group represents the number of phosphoproteins\n\n"+
"Configuration file have been modified and must be parameter again";
......
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