comparison query_metexp.xml @ 25:ab7f9ec70ffc

fix to support white spaces in column names
author pieter.lukasse@wur.nl
date Fri, 04 Apr 2014 10:25:19 +0200
parents 19d8fd10248e
children 60b53f2aa48a
comparison
equal deleted inserted replaced
24:385d21a8d0a0 25:ab7f9ec70ffc
3 version="0.1.0"> 3 version="0.1.0">
4 <description>Query a set of identifications against the METabolomics EXPlorer database</description> 4 <description>Query a set of identifications against the METabolomics EXPlorer database</description>
5 <command interpreter="python"> 5 <command interpreter="python">
6 query_metexp.py 6 query_metexp.py
7 $input_file 7 $input_file
8 $casid_col 8 "$casid_col"
9 $formula_col 9 "$formula_col"
10 $molecular_mass_col 10 "$molecular_mass_col"
11 "$metexp_dblink_file" 11 "$metexp_dblink_file"
12 $separation_method 12 $separation_method
13 $output_result 13 $output_result
14 </command> 14 </command>
15 <inputs> 15 <inputs>