annotate CADDSuite/galaxyconfigs/tools/RMSDCalculator.xml @ 0:8ce0411aaeb3

Uploaded CADDSuite version 0.94
author marcel
date Sun, 26 Jun 2011 14:01:09 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
1
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
2 <!--This is a configuration file for the integration of a CADDSuite tool into Galaxy (http://usegalaxy.org). This file was automatically generated using GalaxyConfigGenerator, so do not bother to make too many manual modifications.-->
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
3 <tool id="rmsdcalculator" name="RMSDCalculator" version="0.94">
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
4 <description>calculate RMSD between poses</description>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
5 <command interpreter="bash"><![CDATA[../../RMSDCalculator
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
6 #if str( $i ) != '' and str( $i ) != 'None' :
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
7 -i "$i"
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
8 #end if
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
9 #if str( $org ) != '' and str( $org ) != 'None' :
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
10 -org "$org"
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
11 #end if
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
12 #if str( $o ) != '' and str( $o ) != 'None' :
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
13 -o "$o"
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
14 #end if
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
15 -quiet
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
16 | tail -n 5
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
17 ]]></command>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
18 <inputs>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
19 <param name="i" label="input molecule file" optional="false" type="data" format="mol2/sdf/drf"/>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
20 <param name="org" label="molecule file containing the original ('true') poses" optional="false" type="data" format="mol2/sdf/drf"/>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
21 </inputs>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
22 <outputs>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
23 <data name="o" format="mol2/sdf/drf" format_source="i"/>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
24 </outputs>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
25 <help>This tool calculates the RMSD between different conformations of the same molecule.
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
26
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
27 Therefore this tool can for example be used to evaluate the different between ligands taken from co-crystal structures and their poses generated by a docking.
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
28 Molecules may be sorted differently in the two input files; a topology hashkey will be used to match molecules to each other.
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
29
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
30 Output of this tool is a molecule file which will for each molecule contain a property-tag 'RMSD' holding the calculated RMSD value.</help>
8ce0411aaeb3 Uploaded CADDSuite version 0.94
marcel
parents:
diff changeset
31 </tool>