comparison dia_umpire_quant.xml @ 3:6caa9011f245 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dia_umpire commit 2379480213ba2e084a93bf82052fac858ffd074f
author galaxyp
date Mon, 04 Mar 2019 11:49:18 -0500
parents e8f7be6a6e59
children
comparison
equal deleted inserted replaced
2:b4f82d15cac0 3:6caa9011f245
1 <tool id="dia_umpire_quant" name="DIA_Umpire_Quant" version="@VERSION@.0"> 1 <tool id="dia_umpire_quant" name="DIA_Umpire_Quant" version="@VERSION@.0">
2 <description>DIA quantitation and targeted re-extraction</description> 2 <description>DIA quantitation and targeted re-extraction</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>dia_umpire_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <expand macro="stdio" /> 7 <expand macro="stdio" />
8 <command> 8 <command>
9 <![CDATA[ 9 <![CDATA[
21 #for $input in $pepxml_inputs: 21 #for $input in $pepxml_inputs:
22 && ln -s $input ${work_path}/${input.name} 22 && ln -s $input ${work_path}/${input.name}
23 #end for 23 #end for
24 ## Make sure pep.xml and prot.xml start with "interact-" 24 ## Make sure pep.xml and prot.xml start with "interact-"
25 ## && echo "# $quant_params" >> $dia_umpire_quant 25 ## && echo "# $quant_params" >> $dia_umpire_quant
26 && dia_umpire_quant $quant_params 26 && java -jar \$DIA_UMPIRE_QUANT_JAR $quant_params
27 && cp $work_path/ProtSummary*.xls "$ProtSummary" 27 && cp $work_path/ProtSummary*.xls "$ProtSummary"
28 && cp $work_path/PeptideSummary*.xls "$PeptideSummary" 28 && cp $work_path/PeptideSummary*.xls "$PeptideSummary"
29 && cp $work_path/FragSummary*.xls "$FragSummary" 29 && cp $work_path/FragSummary*.xls "$FragSummary"
30 && cp $work_path/IDNoSummary*.xls "$IDNoSummary" 30 && cp $work_path/IDNoSummary*.xls "$IDNoSummary"
31 && cat $work_path/*.log "$logfile" 31 && cat $work_path/*.log "$logfile"