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: [ForceFields]-->
|
|
4 <tool id="CalculateEnergy" name="CalculateEnergy" version="1.1.0">
|
|
5 <description>calculate free energy of a protein </description>
|
|
6 <macros>
|
|
7 <token name="@EXECUTABLE@">CalculateEnergy</token>
|
|
8 <import>macros.xml</import>
|
|
9 </macros>
|
|
10 <expand macro="stdio"/>
|
|
11 <expand macro="requirements"/>
|
|
12 <command>CalculateEnergy
|
|
13
|
|
14 #if $param_pdb:
|
|
15 -pdb $param_pdb
|
|
16 #end if
|
|
17 #if $param_force_field:
|
|
18 -force_field
|
|
19 #if " " in str($param_force_field):
|
|
20 "$param_force_field"
|
|
21 #else
|
|
22 $param_force_field
|
|
23 #end if
|
|
24 #end if
|
|
25 #if $param_non_bond_cutoff:
|
|
26 -non_bond_cutoff $param_non_bond_cutoff
|
|
27 #end if
|
|
28 #if $param_elec_stat_cuton:
|
|
29 -elec_stat_cuton $param_elec_stat_cuton
|
|
30 #end if
|
|
31 #if $param_elec_stat_cutoff:
|
|
32 -elec_stat_cutoff $param_elec_stat_cutoff
|
|
33 #end if
|
|
34 #if $param_dist_dep_dielec:
|
|
35 -dist_dep_dielec $param_dist_dep_dielec
|
|
36 #end if
|
|
37 #if $param_overwrite_types:
|
|
38 -overwrite_types $param_overwrite_types
|
|
39 #end if
|
|
40 #if $param_overwrite_charges:
|
|
41 -overwrite_charges $param_overwrite_charges
|
|
42 #end if
|
|
43 </command>
|
|
44 <inputs>
|
|
45 <param name="param_pdb" type="data" format="pdb" optional="False" value="<class 'CTDopts.CTDopts._Null'>" label="input pdb file" help="(-pdb) "/>
|
|
46 <param name="param_force_field" type="select" optional="True" value="AMBER" label="force field (AMBER, MMFF94)" help="(-force_field) ">
|
|
47 <option value="AMBER">AMBER</option>
|
|
48 <option value=" MMFF94"> MMFF94</option>
|
|
49 </param>
|
|
50 <param name="param_non_bond_cutoff" type="float" value="20.0" label="cutoff radius in calculations of nonbonded interactions" help="(-non_bond_cutoff) "/>
|
|
51 <param name="param_elec_stat_cuton" type="float" value="13.0" label="electrostatic cuton" help="(-elec_stat_cuton) "/>
|
|
52 <param name="param_elec_stat_cutoff" type="float" value="15.0" label="electrostatic cutoff" help="(-elec_stat_cutoff) "/>
|
|
53 <param name="param_dist_dep_dielec" type="integer" min="0" max="1" optional="True" value="0" label="apply distance dependent dielectric constant" help="(-dist_dep_dielec) "/>
|
|
54 <param name="param_overwrite_types" type="integer" min="0" max="1" optional="True" value="0" label="overwrite even non-empty type names" help="(-overwrite_types) "/>
|
|
55 <param name="param_overwrite_charges" type="integer" min="0" max="1" optional="True" value="0" label="overwrite even non-zero charges" help="(-overwrite_charges) "/>
|
|
56 </inputs>
|
|
57 <expand macro="advanced_options"/>
|
|
58 <outputs>
|
|
59 <data name="param_stdout" format="text" label="Output from stdout"/>
|
|
60 </outputs>
|
|
61 <help>This tool computes the free energy of a pdb file using a specified force field (-force_field) and force field parameters (-non_bond_cutoff, -elec_stat_cuton ... ).
|
|
62
|
|
63 </help>
|
|
64 </tool>
|