diff peptide_prophet_wrapper.rb @ 4:a67a5d30bb80

Uploaded
author iracooke
date Mon, 04 Mar 2013 19:04:16 -0500
parents 25261529840c
children 3f0cb90824f1
line wrap: on
line diff
--- a/peptide_prophet_wrapper.rb	Mon Mar 04 18:41:22 2013 -0500
+++ b/peptide_prophet_wrapper.rb	Mon Mar 04 19:04:16 2013 -0500
@@ -33,4 +33,4 @@
 cmd << ";ruby -pi -e \"gsub('#{actual_input_path_string}', '#{original_input_file}')\" peptide_prophet_output.pep.xml"
 cmd << ";ruby -pi -e \"gsub('#{full_tmp_output_path_string}', '#{actual_output_path_string}')\" peptide_prophet_output.pep.xml"
 
-%x[#{cmd}]
+p %x[#{cmd}]