# HG changeset patch # User iracooke # Date 1362461302 18000 # Node ID 3f0cb90824f1231bf269200b27b701500432d592 # Parent 7005346b534d38e6b6b73ba1d97b017e5508e744 Uploaded diff -r 7005346b534d -r 3f0cb90824f1 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Tue Mar 05 00:28:22 2013 -0500 @@ -0,0 +1,5 @@ +This package installs wrapper scripts for Peptide Prophet, iProphet and Protein Prophet + +Requirements: +This package depends on the galaxy_protk and protk_trans_proteomic_pipeline packages +Please see instructions for those packages before installing diff -r 7005346b534d -r 3f0cb90824f1 interprophet.xml --- a/interprophet.xml Mon Mar 04 19:20:05 2013 -0500 +++ b/interprophet.xml Tue Mar 05 00:28:22 2013 -0500 @@ -1,7 +1,7 @@ - + - galaxy_protk + galaxy_protk trans_proteomic_pipeline diff -r 7005346b534d -r 3f0cb90824f1 interprophet_wrapper.rb --- a/interprophet_wrapper.rb Mon Mar 04 19:20:05 2013 -0500 +++ b/interprophet_wrapper.rb Tue Mar 05 00:28:22 2013 -0500 @@ -34,7 +34,7 @@ actual_input_path_string end -cmd << "rvm 1.9.3@protk-1.1.9 do interprophet.rb" +cmd << "rvm 1.9.3@protk-1.2.0 do interprophet.rb" cmd << " --no-nss" unless use_nss=="blank" cmd << " --no-nrs" unless use_nrs=="blank" diff -r 7005346b534d -r 3f0cb90824f1 peptide_prophet.xml --- a/peptide_prophet.xml Mon Mar 04 19:20:05 2013 -0500 +++ b/peptide_prophet.xml Tue Mar 05 00:28:22 2013 -0500 @@ -1,6 +1,6 @@ - + - galaxy_protk + galaxy_protk trans_proteomic_pipeline diff -r 7005346b534d -r 3f0cb90824f1 peptide_prophet_wrapper.rb --- a/peptide_prophet_wrapper.rb Mon Mar 04 19:20:05 2013 -0500 +++ b/peptide_prophet_wrapper.rb Tue Mar 05 00:28:22 2013 -0500 @@ -18,7 +18,7 @@ cmd = "ln -s #{original_input_file} #{actual_input_path_string};" -cmd << "rvm 1.9.3@protk-1.1.9 do peptide_prophet.rb" +cmd << "rvm 1.9.3@protk-1.2.0 do peptide_prophet.rb" ARGV[0]="#{actual_input_path_string}" diff -r 7005346b534d -r 3f0cb90824f1 pepxml_to_table.xml --- a/pepxml_to_table.xml Mon Mar 04 19:20:05 2013 -0500 +++ b/pepxml_to_table.xml Tue Mar 05 00:28:22 2013 -0500 @@ -1,7 +1,7 @@ - + - galaxy_protk + galaxy_protk @@ -10,7 +10,7 @@ -rvm 1.9.3@protk-1.1.9 do pepxml_to_table.rb $input_file -o $output +rvm 1.9.3@protk-1.2.0 do pepxml_to_table.rb $input_file -o $output diff -r 7005346b534d -r 3f0cb90824f1 protein_prophet.xml --- a/protein_prophet.xml Mon Mar 04 19:20:05 2013 -0500 +++ b/protein_prophet.xml Tue Mar 05 00:28:22 2013 -0500 @@ -1,6 +1,6 @@ - + - galaxy_protk + galaxy_protk trans_proteomic_pipeline diff -r 7005346b534d -r 3f0cb90824f1 protein_prophet_wrapper.rb --- a/protein_prophet_wrapper.rb Mon Mar 04 19:20:05 2013 -0500 +++ b/protein_prophet_wrapper.rb Tue Mar 05 00:28:22 2013 -0500 @@ -17,7 +17,7 @@ cmd = "ln -s #{original_input_file} #{actual_input_path_string};" -cmd << "rvm 1.9.3@protk-1.1.9 do protein_prophet.rb" +cmd << "rvm 1.9.3@protk-1.2.0 do protein_prophet.rb" ARGV[0]="#{actual_input_path_string}" diff -r 7005346b534d -r 3f0cb90824f1 repository_dependencies.xml --- a/repository_dependencies.xml Mon Mar 04 19:20:05 2013 -0500 +++ b/repository_dependencies.xml Tue Mar 05 00:28:22 2013 -0500 @@ -3,8 +3,8 @@ - + - + diff -r 7005346b534d -r 3f0cb90824f1 tool_dependencies.xml --- a/tool_dependencies.xml Mon Mar 04 19:20:05 2013 -0500 +++ b/tool_dependencies.xml Tue Mar 05 00:28:22 2013 -0500 @@ -1,12 +1,12 @@ - - + + - + \ No newline at end of file