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

New version, just finish to test before distributed

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@299 b8ef2a07-7df7-436f-90b9-41648038564b
parent c700a62b
No related branches found
No related tags found
Loading
......@@ -43,8 +43,8 @@ public class XtandemPipelineMain {
* @return
* @return
*/
static public String version = "3.2.2";
static public String versionName = "Tubuline Étayée";
static public String version = "3.3.0";
static public String versionName = "Myosine Rachitique";
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"
......@@ -55,12 +55,8 @@ 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 = "3.2.2 : Corrected report of input parameter on X!Tandem output result (thanks to T. Greko)\n\n"
+ "3.2.1 : Add new X!Tandem paramaters for multiple search of modifications in one analyse and calculation can now be performed on z > 3"
+ "\n\n"
+ "3.2.0 : Identification from Mascot dat file can now be imported and filtered."
+ " All work as X!Tandem result excepts that protein sequence can not be retrieved : PAI and coverage are absent.\n"
+ "Correction of FDR calculation from Reverse/Decoy search.";
public static String news = "3.3.0 : Grouping of sub-group have been changed to enhanced rapidity and corrected over-grouping on large dataset (thanks to M. Blein)\n"+
"If you have very large dataset, we recommand to reload xtandem results to corrected error";
public static void main(String[] args) {
......
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