comparison maxquant_mqpar.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 97a7f34fcb6a
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 ## link galaxy datasets to filenames accepted by maxquant 18 ## link galaxy datasets to filenames accepted by maxquant
18 #import re 19 #import re
19 #set names = [re.sub('@SUBSTITUTION_RX@', '_', str($n.element_identifier)) for $n in $input_opts.infiles] 20 #set names = [re.sub('@SUBSTITUTION_RX@', '_', str($n.element_identifier)) for $n in $input_opts.infiles]
20 #set names_with_ext = [($name if ($name).lower().endswith(str($input_opts.ftype)) else $name + str($input_opts.ftype)) for $name in $names] 21 #set names_with_ext = [($name if ($name).lower().endswith(str($input_opts.ftype)) else $name + str($input_opts.ftype)) for $name in $names]