comparison maxquant.xml @ 16:6bb7ba55867a 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:36:06 +0000
parents 41a49d4b2bc3
children acb539867086
comparison
equal deleted inserted replaced
15:41a49d4b2bc3 16:6bb7ba55867a
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)