comparison CADDSuite/galaxyconfigs/tools/SimilarityAnalyzer.xml @ 5:b7a89b15646f

Uploaded
author marcel
date Tue, 12 Jul 2011 10:23:33 -0400
parents bac3c274238f
children
comparison
equal deleted inserted replaced
4:02c8570cde57 5:b7a89b15646f
17 #end if 17 #end if
18 -quiet 18 -quiet
19 | tail -n 5 19 | tail -n 5
20 ]]></command> 20 ]]></command>
21 <inputs> 21 <inputs>
22 <param name="i1" label="input molecule file 1" optional="false" type="data" format="mol2/sdf/drf"/> 22 <param name="i1" optional="false" label="input molecule file 1" type="data" format="mol2/sdf/drf"/>
23 <param name="i2" label="input molecule file 2" optional="false" type="data" format="mol2/sdf/drf"/> 23 <param name="i2" optional="false" label="input molecule file 2" type="data" format="mol2/sdf/drf"/>
24 <param name="title" label="plot title" optional="true" area="true" type="text" size="1x15"/> 24 <param name="title" optional="true" label="Optional: plot title" area="true" type="text" size="1x15"/>
25 </inputs> 25 </inputs>
26 <outputs> 26 <outputs>
27 <data name="o" format="png"/> 27 <data name="o" format="png"/>
28 </outputs> 28 </outputs>
29 <help>This tool evaluates the similarity between molecules in two input files and creates a distribution plot to visualize the result. 29 <help>This tool evaluates the similarity between molecules in two input files and creates a distribution plot to visualize the result.