# HG changeset patch # User galaxyp # Date 1516799338 18000 # Node ID acd0df26c1e969d061daa9027986200eebb2fb33 # Parent e8f7be6a6e59438d29d07a6254c85fc17704977f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/dia_umpire commit 73496bb9686e60f25d1cccf3410f1c53bf92d5f5-dirty diff -r e8f7be6a6e59 -r acd0df26c1e9 dia_umpire_se.xml --- a/dia_umpire_se.xml Tue Jan 23 14:45:50 2018 -0500 +++ b/dia_umpire_se.xml Wed Jan 24 08:08:58 2018 -0500 @@ -22,17 +22,20 @@ && echo " " >> $se_params && echo "Thread = \$GALAXY_SLOTS" >> $se_params #if $input_prefix and len($input_prefix.strip()) > 0: -#set $input_path = $ser_dir + "/" + $input_prefix.__str__ + "_rep" + str($i + 1) + ".mzXML" +#set $input_path = str($output_dir) + '/' + $input_prefix.__str__ + '_rep' + str($i + 1) + '.mzXML' #else: -#set $input_path = $ser_dir + "/" + $re.sub('\.[mM]\w+$','',$re.sub('[^-a-zA-Z0-9_.]','_',$input.name)) + ".mzXML" +#set $input_path = str($output_dir) + '/' + $re.sub('\.[mM]\w+$','',$re.sub('[^-a-zA-Z0-9_.]','_',$input.name)) + '.mzXML' #end if && ln -s '${input}' '$input_path' && dia_umpire_se '$input_path' '$se_params' && cat $output_dir/*.log >> "$logfile" #if not $mgfs_as_collection: -&& cp '$output_dir/*_Q1.mgf' '$q1_mgf' -&& cp '$output_dir/*_Q2.mgf' '$q2_mgf' -&& cp '$output_dir/*_Q3.mgf' '$q3_mgf' +&& cp "$output_dir/"*_Q1.mgf '$q1_mgf' +&& cp "$output_dir/"*_Q2.mgf '$q2_mgf' +&& cp "$output_dir/"*_Q3.mgf '$q3_mgf' +#end if +#if $ExportPrecursorPeak: +&& cp "$output_dir/"*PeakCluster.csv '$PrecursorPeak' #end if ]]> @@ -392,7 +395,7 @@ - @@ -400,27 +403,28 @@ - - - se_extraction_data + + - + ExportPrecursorPeak + mgfs_as_collection - + not mgfs_as_collection - + not mgfs_as_collection - + not mgfs_as_collection