# HG changeset patch # User iracooke # Date 1444940399 14400 # Node ID 3ccfbb6730895f71dd2e82337ab1cc87788dd758 # Parent d298e0b6fd72784ed722ac6fc84a1764ef94c29e Update to PS 1.1 and SG 2.1.1 diff -r d298e0b6fd72 -r 3ccfbb673089 macros.xml --- a/macros.xml Tue Aug 11 15:55:30 2015 -0400 +++ b/macros.xml Thu Oct 15 16:19:59 2015 -0400 @@ -25,7 +25,8 @@ -fi $forward_ion -ri $reverse_ion - + 2 + 2.1 diff -r d298e0b6fd72 -r 3ccfbb673089 peptide_shaker.xml --- a/peptide_shaker.xml Tue Aug 11 15:55:30 2015 -0400 +++ b/peptide_shaker.xml Thu Oct 15 16:19:59 2015 -0400 @@ -1,4 +1,4 @@ - + Perform protein identification using various search engines based on results from SearchGUI @@ -6,7 +6,7 @@ macros.xml - peptide_shaker + peptide_shaker @@ -166,7 +166,12 @@ + help="SearchGUI Results from History"> + + + + value is not None and value.metadata.searchgui_major_version == "@SEARCHGUI_MAJOR_VERSION@" + Protists + diff -r d298e0b6fd72 -r 3ccfbb673089 searchgui.xml --- a/searchgui.xml Tue Aug 11 15:55:30 2015 -0400 +++ b/searchgui.xml Thu Oct 15 16:19:59 2015 -0400 @@ -1,4 +1,4 @@ - + Perform protein identification using various search engines and prepare results for input to Peptide Shaker @@ -6,7 +6,7 @@ macros.xml - searchgui + searchgui C @@ -22,6 +22,9 @@ cwd=`pwd`; export HOME=\$cwd; + # Create a searchgui.properties file for the version, which will be added to the searchgui_results if not already present + echo "searchgui.version=@SEARCHGUI_VERSION@" >> searchgui.properties; + cp -r "\${SEARCHGUI_JAR_PATH%/*}" bin; tmp_searchgui_jar_path=`echo "\$cwd/bin/\${SEARCHGUI_JAR_PATH\#\#/*/}"`; @@ -330,6 +333,10 @@ && + (zip -u searchgui_out.zip searchgui.properties 2>> $temp_stderr) + + && + exit_code_for_galaxy=\$?; cat $temp_stderr 2>&1; (exit \$exit_code_for_galaxy)