comparison macros.xml @ 2:e4ddc3bc7e15 draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/mfassignr commit 37faca3342cbcd3bd6b23fe52a00d05151c03bfd
author recetox
date Fri, 16 Aug 2024 08:27:48 +0000
parents 079ae9aa6ed5
children e7ef7718505d
comparison
equal deleted inserted replaced
1:079ae9aa6ed5 2:e4ddc3bc7e15
66 </xml> 66 </xml>
67 67
68 <xml name="snplot_param"> 68 <xml name="snplot_param">
69 <param name="input_file" type="data" format="tabular" label="Input data" 69 <param name="input_file" type="data" format="tabular" label="Input data"
70 help= "Input data frame, first column is mass, second column is intensity"/> 70 help= "Input data frame, first column is mass, second column is intensity"/>
71 <param name="cut" type="float" label="cut" 71 <param name="cut" type="float" label="cut" value="0"
72 help= "A numeric value of the intensity cut value being investigated"/> 72 help= "A numeric value of the intensity cut value being investigated"/>
73 <param name="mass" type="float" label="mass" 73 <param name="mass" type="float" label="mass" value="300"
74 help= "A numeric value setting a centerpoint to look at the mass spectrum"/> 74 help= "A numeric value setting a centerpoint to look at the mass spectrum"/>
75 <param name="window_x" type="float" label="window.x" value="0.5" 75 <param name="window_x" type="float" label="window.x" value="0.5"
76 help= "A numeric value setting the +/- range around the mass centerpoint, default is 0.5"/> 76 help= "A numeric value setting the +/- range around the mass centerpoint, default is 0.5"/>
77 <param name="window_y" type="float" label="window.y" value="10" 77 <param name="window_y" type="float" label="window.y" value="10"
78 help= "A numeric value setting the y axis value for the plot, determined by multiplying the cut by this value"/> 78 help= "A numeric value setting the y axis value for the plot, determined by multiplying the cut by this value"/>