# HG changeset patch # User bgruening # Date 1397301947 14400 # Node ID 89dd3b8129060d4dbace473c078ed3b8c1d593bd # Parent 00a775971820797422f0784ea8b3df066a56728d Uploaded diff -r 00a775971820 -r 89dd3b812906 peptide_shaker.xml --- a/peptide_shaker.xml Fri Apr 11 18:14:57 2014 -0400 +++ b/peptide_shaker.xml Sat Apr 12 07:25:47 2014 -0400 @@ -1,8 +1,8 @@ - peptide_shaker - searchgui + peptide_shaker + searchgui Peform protein identification combining X! Tandem and OMSSA (using SearchGUI) and PeptideShaker pipeline. diff -r 00a775971820 -r 89dd3b812906 reverse.py --- a/reverse.py Fri Apr 11 18:14:57 2014 -0400 +++ b/reverse.py Sat Apr 12 07:25:47 2014 -0400 @@ -19,9 +19,9 @@ _exec(command) -def _run_dbtoolkit(java_class, args): +def _run_dbtoolkit(java_class, command, args): command_prefix = "java -cp %s" % _dbtoolkit_jar_path( args.script_path ) - _exec("%s %s %s" % (command_prefix, java_class, args)) + _exec("%s %s %s" % (command_prefix, java_class, command)) def _dbtoolkit_jar_path( script_path ): diff -r 00a775971820 -r 89dd3b812906 tool_dependencies.xml --- a/tool_dependencies.xml Fri Apr 11 18:14:57 2014 -0400 +++ b/tool_dependencies.xml Sat Apr 12 07:25:47 2014 -0400 @@ -3,10 +3,10 @@ $REPOSITORY_INSTALL_DIR - - + + - - + +