# HG changeset patch # User iracooke # Date 1403644146 14400 # Node ID 05f020f19ef688d9f809d5842272697ae2257afb # Parent 22babad2d8f2d1bcb077f84a70ce85062784fbbe Uploaded diff -r 22babad2d8f2 -r 05f020f19ef6 peptide_shaker.xml --- a/peptide_shaker.xml Fri Jun 20 15:42:17 2014 -0400 +++ b/peptide_shaker.xml Tue Jun 24 17:09:06 2014 -0400 @@ -1,15 +1,16 @@ - + Perform protein identification using various search engines (using SearchGUI) and combine results with PeptideShaker. - peptide_shaker - searchgui + peptide_shaker + searchgui - + + @@ -154,7 +155,10 @@ -ms_amanda 0 #end if + #else + -ms_amanda 0 #end if + 2>> $temp_stderr) && @@ -241,13 +245,14 @@ -temp_folder `pwd` -in \$cwd/peptide_shaker_output.cps -out_reports \$cwd/output_reports - #if 'cps' in str($outputs).split(','): - #set $cleaned_list = str($outputs).split(',') + #set $cleaned_list = str($outputs).split(',') + #if 'cps' in $cleaned_list: #silent $cleaned_list.remove('cps') - -reports #echo ','.join($cleaned_list)# - #else: - -reports #echo str($outputs)# #end if + #if 'mzidentML' in $cleaned_list: + #silent $cleaned_list.remove('mzidentML') + #end if + -reports #echo ','.join($cleaned_list)# 2>> $temp_stderr) && @@ -793,7 +798,7 @@ **What it does** -Runs multiple search engines (X! Tandem and OMSSA) on any number of MGF peak lists using the SearchGUI application and combines the results. +Runs multiple search engines (X! Tandem, OMSSA and MS-GF+) on any number of MGF peak lists using the SearchGUI application and combines the results. https://code.google.com/p/peptide-shaker/