comparison maxquant.xml @ 17:1f39c833f65f draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit cda481171e25f6f18c090ae491e9fb68589ffae8
author galaxyp
date Mon, 25 Jul 2022 17:37:01 +0000
parents 74f5d355d156
children 163452d1e255
comparison
equal deleted inserted replaced
16:74f5d355d156 17:1f39c833f65f
11 </data> 11 </data>
12 </xml> 12 </xml>
13 <import>macros.xml</import> 13 <import>macros.xml</import>
14 </macros> 14 </macros>
15 <expand macro="requirements"/> 15 <expand macro="requirements"/>
16 <expand macro="required_files"/>
16 <command detect_errors="exit_code"><![CDATA[ 17 <command detect_errors="exit_code"><![CDATA[
17 #import re 18 #import re
18 maxquant -c mqpar.xml 2>/dev/null ## MQ writes success of creation to stderr 19 maxquant -c mqpar.xml 2>/dev/null ## MQ writes success of creation to stderr
19 20
20 ## Workaround for wrong MQ version in MaxQuantCmd.exe created mqpar.xml (1.6.5.0 instead of 1.6.17.0) 21 ## Workaround for wrong MQ version in MaxQuantCmd.exe created mqpar.xml (1.6.5.0 instead of 1.6.17.0)