2
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
|
|
3 <!--Proposed Tool Section: [Analysis]-->
|
|
4 <tool id="RMSDCalculator" name="RMSDCalculator" version="1.1.0">
|
|
5 <description>calculate RMSD between ligand poses</description>
|
|
6 <macros>
|
|
7 <token name="@EXECUTABLE@">RMSDCalculator</token>
|
|
8 <import>macros.xml</import>
|
|
9 </macros>
|
|
10 <expand macro="stdio"/>
|
|
11 <expand macro="requirements"/>
|
|
12 <command>RMSDCalculator
|
|
13
|
|
14 #if $param_i:
|
|
15 -i $param_i
|
|
16 #end if
|
|
17 #if $param_org:
|
|
18 -org $param_org
|
|
19 #end if
|
|
20 #if $param_o:
|
|
21 -o $param_o
|
|
22 #end if
|
|
23 #if $param_quiet:
|
|
24 -quiet $param_quiet
|
|
25 #end if
|
|
26 </command>
|
|
27 <inputs>
|
|
28 <param name="param_i" type="data" format="xyz.gz,ac,drf.gz,mol2.gz,mol2,sdf.gz,pdb.gz,ent.gz,mol.gz,hin.gz,sdf,ent,brk.gz,mol,ac.gz,brk,xyz,pdb,hin,drf" optional="False" value="<class 'CTDopts.CTDopts._Null'>" label="input molecule file" help="(-i) "/>
|
|
29 <param name="param_org" type="data" format="xyz.gz,ac,drf.gz,mol2.gz,mol2,sdf.gz,pdb.gz,ent.gz,mol.gz,hin.gz,sdf,ent,brk.gz,mol,ac.gz,brk,xyz,pdb,hin,drf" optional="False" value="<class 'CTDopts.CTDopts._Null'>" label="molecule file containing the original ('true') poses" help="(-org) "/>
|
|
30 <param name="param_quiet" type="integer" min="0" max="1" optional="True" value="0" label="by quiet, i.e. do not print progress information" help="(-quiet) "/>
|
|
31 </inputs>
|
|
32 <expand macro="advanced_options"/>
|
|
33 <outputs>
|
|
34 <data name="param_o" format="mol2"/>
|
|
35 </outputs>
|
|
36 <help>This tool calculates the RMSD between different conformations of the same molecule.
|
|
37
|
|
38 This tool can be used to evaluate the differences between ligand poses taken from co-crystal structures, e.g. generated by a docking run.
|
|
39 Note:Molecules may be sorted differently in the two input files; a topology hashkey will be used to match molecules to each other.
|
|
40
|
|
41 Output of this tool is a molecule file which will for each molecule contain a property-tag 'RMSD' holding the calculated RMSD value.
|
|
42
|
|
43 </help>
|
|
44 </tool>
|