annotate tleap.xml @ 0:3de1359b86cc draft default tip

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
author chemteam
date Thu, 27 Jan 2022 17:17:54 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1 <tool id="tleap" name="Build tLEaP" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
2 <description>interactively build and run tLEaP files to set up systems with AmberTools</description>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
3 <macros>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
4 <import>macros.xml</import>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
5 <token name="@GALAXY_VERSION@">0</token>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
6 </macros>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
7 <expand macro="requirements" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
8 <version_command>tleap -h</version_command>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
10 cp '${tleap_in}' '${output_tleap_in}' && mkdir out && tleap -f '${tleap_in}' > '${output_tleap}'
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
11 ]]> </command>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
12 <configfiles>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
13 <configfile name="tleap_in"><![CDATA[#for $i, $cmd in $enumerate($tleap_cmds):
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
14 #if $cmd.tleap_cond.tleap_cmd == "add":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
15 add ${cmd.tleap_cond.arg_a} ${cmd.tleap_cond.arg_b}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
16 #elif $cmd.tleap_cond.tleap_cmd == "addAtomTypes":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
17 addAtomTypes {
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
18 #for $atmvars in $cmd.tleap_cond.atomtypevars:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
19 { "${atmvars.arg_addAtomTypes_var1}" "${atmvars.arg_addAtomTypes_var2}" "${atmvars.arg_addAtomTypes_var3}" }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
20 #end for
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
21 }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
22 #elif $cmd.tleap_cond.tleap_cmd == "addH":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
23 addH ${cmd.tleap_cond.arg_obj}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
24 #elif $cmd.tleap_cond.tleap_cmd == "addIons":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
25 addIons ${cmd.tleap_cond.arg_variable} ${cmd.tleap_cond.arg_ion1} ${cmd.tleap_cond.arg__ion1}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
26 addIons ${cmd.tleap_cond.arg_variable} ${cmd.tleap_cond.arg_ion2} ${cmd.tleap_cond.arg__ion2}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
27 #elif $cmd.tleap_cond.tleap_cmd == "addIons2":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
28 addIons2 ${cmd.tleap_cond.arg_variable} ${cmd.tleap_cond.arg_ion1} ${cmd.tleap_cond.arg__ion1} ${cmd.tleap_cond.arg_ion2} ${cmd.tleap_cond.arg__ion2}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
29 #elif $cmd.tleap_cond.tleap_cmd == "addIonsRand":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
30 addIonsRand ${cmd.tleap_cond.arg_variable} ${cmd.tleap_cond.arg_ion1} ${cmd.tleap_cond.arg__ion1} ${cmd.tleap_cond.arg_ion2} ${cmd.tleap_cond.arg__ion2} ${cmd.tleap_cond.arg_separation}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
31 #elif $cmd.tleap_cond.tleap_cmd == "addPath":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
32 addPath ${cmd.tleap_cond.arg_path}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
33 #elif $cmd.tleap_cond.tleap_cmd == "addPdbAtomMap":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
34 addPdbAtomMap {
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
35 #for $atmmapvars in $cmd.tleap_cond.AtomMapList:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
36 {$atmmapvars.oddpdbname $atmmapvars.libpdbname}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
37 #end for
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
38 }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
39 #elif $cmd.tleap_cond.tleap_cmd == "addPdbResMap":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
40 addPdbResMap {
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
41 #for $atmresmapvars in $cmd.tleap_cond.resmap:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
42 {$atmresmapvars.terminalflag "$atmresmapvars.pdbname" "$atmresmapvars.leapvar"}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
43 #end for
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
44 }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
45 #elif $cmd.tleap_cond.tleap_cmd == "alignAxes":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
46 alignAxes ${cmd.tleap_cond.arg_unit}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
47 #elif $cmd.tleap_cond.tleap_cmd == "bond":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
48 bond ${cmd.tleap_cond.arg_atom1} ${cmd.tleap_cond.arg_atom2} ${cmd.tleap_cond.arg_order}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
49 #elif $cmd.tleap_cond.tleap_cmd == "bondByDistance":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
50 bondByDistance ${cmd.tleap_cond.arg_container} ${cmd.tleap_cond.arg_maxBond}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
51 #elif $cmd.tleap_cond.tleap_cmd == "center":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
52 center ${cmd.tleap_cond.arg_container}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
53 #elif $cmd.tleap_cond.tleap_cmd == "charge":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
54 charge ${cmd.tleap_cond.arg_container}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
55 #elif $cmd.tleap_cond.tleap_cmd == "check":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
56 check ${cmd.tleap_cond.arg_unit} ${cmd.tleap_cond.arg_parmset}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
57 #elif $cmd.tleap_cond.tleap_cmd == "clearPdbAtomMap":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
58 clearPdbAtomMap
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
59 #elif $cmd.tleap_cond.tleap_cmd == "clearPdbResMap":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
60 clearPdbResMap
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
61 #elif $cmd.tleap_cond.tleap_cmd == "clearVariables":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
62 clearVariables { ${cmd.tleap_cond.arg_list} }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
63 #elif $cmd.tleap_cond.tleap_cmd == "combine":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
64 #if $cmd.tleap_cond.combine_assign:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
65 ${cmd.tleap_cond.combine_assign} = combine { ${cmd.tleap_cond.arg_list} }h
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
66 #else:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
67 combine ${cmd.tleap_cond.arg_list}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
68 #end if
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
69 #elif $cmd.tleap_cond.tleap_cmd == "copy":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
70 #if $cmd.tleap_cond.copy_assign:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
71 ${cmd.tleap_cond.copy_assign} = copy ${cmd.tleap_cond.arg_variable}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
72 #else:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
73 copy ${cmd.tleap_cond.arg_variable}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
74 #end if
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
75 #elif $cmd.tleap_cond.tleap_cmd == "createAtom":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
76 #if $cmd.tleap_cond.createVar_assign:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
77 ${cmd.tleap_cond.createVar_assign} = createAtom ${cmd.tleap_cond.arg_name} ${cmd.tleap_cond.arg_type} ${cmd.tleap_cond.arg_charge}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
78 #else:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
79 createAtom ${cmd.tleap_cond.arg_name} ${cmd.tleap_cond.arg_type} ${cmd.tleap_cond.arg_charge}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
80 #end if
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
81 #elif $cmd.tleap_cond.tleap_cmd == "createParmset":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
82 #if $cmd.tleap_cond.createVar_assign:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
83 ${cmd.tleap_cond.createVar_assign} = createParmset ${cmd.tleap_cond.arg_name}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
84 #else:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
85 createParmset ${cmd.tleap_cond.arg_name}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
86 #end if
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
87 #elif $cmd.tleap_cond.tleap_cmd == "createResidue":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
88 #if $cmd.tleap_cond.createVar_assign:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
89 ${cmd.tleap_cond.createVar_assign} = createResidue ${cmd.tleap_cond.arg_name}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
90 #else:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
91 createResidue ${cmd.tleap_cond.arg_name}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
92 #end if
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
93 #elif $cmd.tleap_cond.tleap_cmd == "createUnit":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
94 #if $cmd.tleap_cond.createVar_assign:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
95 ${cmd.tleap_cond.createVar_assign} = createUnit ${cmd.tleap_cond.arg_name}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
96 #else:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
97 createUnit ${cmd.tleap_cond.arg_name}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
98 #end if
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
99 #elif $cmd.tleap_cond.tleap_cmd == "crossLink":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
100 crossLink ${cmd.tleap_cond.arg_res1} ${cmd.tleap_cond.arg_conn1} ${cmd.tleap_cond.arg_res2} ${cmd.tleap_cond.arg_conn2}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
101 #elif $cmd.tleap_cond.tleap_cmd == "debugOff":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
102 debugOff ${cmd.tleap_cond.arg_filename}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
103 #elif $cmd.tleap_cond.tleap_cmd == "debugOn":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
104 debugOn ${cmd.tleap_cond.arg_filename}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
105 #elif $cmd.tleap_cond.tleap_cmd == "debugStatus":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
106 debugStatus
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
107 #elif $cmd.tleap_cond.tleap_cmd == "deleteBond":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
108 deleteBond ${cmd.tleap_cond.arg_atom1} ${cmd.tleap_cond.arg_atom2}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
109 #elif $cmd.tleap_cond.tleap_cmd == "deleteOffLibEntry":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
110 deleteOffLibEntry ${cmd.tleap_cond.arg_library} ${cmd.tleap_cond.arg_entry}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
111 #elif $cmd.tleap_cond.tleap_cmd == "deleteRestraint":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
112 deleteRestraint ${cmd.tleap_cond.arg_unit} ${cmd.tleap_cond.arg_a} ${cmd.tleap_cond.arg_b} ${cmd.tleap_cond.arg_c} ${cmd.tleap_cond.arg_d}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
113 #elif $cmd.tleap_cond.tleap_cmd == "desc":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
114 desc ${cmd.tleap_cond.arg_unit}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
115 #elif $cmd.tleap_cond.tleap_cmd == "deSelect":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
116 deSelect ${cmd.tleap_cond.arg_obj}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
117 #elif $cmd.tleap_cond.tleap_cmd == "displayPdbAtomMap":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
118 displayPdbAtomMap
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
119 #elif $cmd.tleap_cond.tleap_cmd == "displayPdbResMap":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
120 displayPdbResMap
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
121 #elif $cmd.tleap_cond.tleap_cmd == "edit":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
122 edit ${cmd.tleap_cond.arg_unit_parmset}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
123 #elif $cmd.tleap_cond.tleap_cmd == "flip":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
124 flip ${cmd.tleap_cond.arg_obj}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
125 #elif $cmd.tleap_cond.tleap_cmd == "groupSelectedAtoms":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
126 groupSelectedAtoms ${cmd.tleap_cond.arg_unit} ${cmd.tleap_cond.arg_name}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
127 #elif $cmd.tleap_cond.tleap_cmd == "help":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
128 help ${cmd.tleap_cond.arg_string}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
129 #elif $cmd.tleap_cond.tleap_cmd == "impose":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
130 impose ${cmd.tleap_cond.arg_unit} { ${cmd.tleap_cond.arg_seqlist} } { { "$cmd.tleap_cond.arg_internals_atom1" "$cmd.tleap_cond.arg_internals_atom2" $cmd.tleap_cond.arg_internals_displacement} }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
131 #elif $cmd.tleap_cond.tleap_cmd == "list":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
132 list
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
133 #elif $cmd.tleap_cond.tleap_cmd == "listOff":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
134 listOff ${cmd.tleap_cond.arg_library}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
135 #elif $cmd.tleap_cond.tleap_cmd == "loadAmberParams":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
136 #if $cmd.tleap_cond.loadAmberParams_assign:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
137 ${cmd.tleap_cond.loadAmberParams_assign} = loadAmberParams ${cmd.tleap_cond.file_source.arg_filename}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
138 #else:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
139 loadAmberParams ${cmd.tleap_cond.file_source.arg_filename}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
140 #end if
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
141 #elif $cmd.tleap_cond.tleap_cmd == "loadAmberPrep":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
142 loadAmberPrep ${cmd.tleap_cond.file_source.arg_filename} ${cmd.tleap_cond.arg_prefix}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
143 #elif $cmd.tleap_cond.tleap_cmd == "loadMol2":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
144 #if $cmd.tleap_cond.loadMol2_assign:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
145 ${cmd.tleap_cond.loadMol2_assign} = loadMol2 ${cmd.tleap_cond.arg_filename}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
146 #else:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
147 loadMol2 ${cmd.tleap_cond.arg_filename}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
148 #end if
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
149 #elif $cmd.tleap_cond.tleap_cmd == "loadMol3":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
150 #if $cmd.tleap_cond.loadMol3_assign:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
151 ${cmd.tleap_cond.loadMol3_assign} = loadMol3 ${cmd.tleap_cond.arg_filename}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
152 #else:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
153 loadMol3 ${cmd.tleap_cond.arg_filename}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
154 #end if
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
155 #elif $cmd.tleap_cond.tleap_cmd == "loadOff":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
156 loadOff ${cmd.tleap_cond.arg_filename}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
157 #elif $cmd.tleap_cond.tleap_cmd == "loadPdb":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
158 #if $cmd.tleap_cond.loadPdb_assign:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
159 ${cmd.tleap_cond.loadPdb_assign} = loadPdb ${cmd.tleap_cond.arg_filename}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
160 #else:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
161 loadPdb ${cmd.tleap_cond.arg_filename}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
162 #end if
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
163 #elif $cmd.tleap_cond.tleap_cmd == "loadPdbUsingSeq":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
164 loadPdbUsingSeq ${cmd.tleap_cond.arg_filename} { ${cmd.tleap_cond.arg_unitlist} }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
165 #elif $cmd.tleap_cond.tleap_cmd == "logFile":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
166 logFile ${cmd.tleap_cond.arg_filename}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
167 #elif $cmd.tleap_cond.tleap_cmd == "matchVariables":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
168 #if $cmd.tleap_cond.matchVariables_assign:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
169 ${cmd.tleap_cond.matchVariables_assign} = matchVariables ${cmd.tleap_cond.arg_string}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
170 #else:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
171 matchVariables ${cmd.tleap_cond.arg_string}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
172 #end if
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
173 #elif $cmd.tleap_cond.tleap_cmd == "measureGeom":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
174 measureGeom ${cmd.tleap_cond.arg_atom1} ${cmd.tleap_cond.arg_atom2} ${cmd.tleap_cond.arg_atom3} ${cmd.tleap_cond.arg_atom4}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
175 #elif $cmd.tleap_cond.tleap_cmd == "relax":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
176 relax ${cmd.tleap_cond.arg_obj}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
177 #elif $cmd.tleap_cond.tleap_cmd == "remove":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
178 remove ${cmd.tleap_cond.arg_a} ${cmd.tleap_cond.arg_b}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
179 #elif $cmd.tleap_cond.tleap_cmd == "restrainAngle":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
180 restrainAngle ${cmd.tleap_cond.arg_unit} ${cmd.tleap_cond.arg_a} ${cmd.tleap_cond.arg_b} ${cmd.tleap_cond.arg_c} ${cmd.tleap_cond.arg_force} ${cmd.tleap_cond.arg_angle}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
181 #elif $cmd.tleap_cond.tleap_cmd == "restrainBond":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
182 restrainBond ${cmd.tleap_cond.arg_unit} ${cmd.tleap_cond.arg_a} ${cmd.tleap_cond.arg_b} ${cmd.tleap_cond.arg_force} ${cmd.tleap_cond.arg_length}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
183 #elif $cmd.tleap_cond.tleap_cmd == "restrainTorsion":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
184 restrainTorsion ${cmd.tleap_cond.arg_unit} ${cmd.tleap_cond.arg_a} ${cmd.tleap_cond.arg_b} ${cmd.tleap_cond.arg_c} ${cmd.tleap_cond.arg_d} ${cmd.tleap_cond.arg_force} ${cmd.tleap_cond.arg_phi} ${cmd.tleap_cond.arg_multiplicity}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
185 #elif $cmd.tleap_cond.tleap_cmd == "saveAmberParm":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
186 saveAmberParm ${cmd.tleap_cond.arg_unit} out/saveAmberParm_topologyfilename_${i}_1.prmtop out/saveAmberParm_coordinatefilename_${i}_2.inpcrd
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
187 #elif $cmd.tleap_cond.tleap_cmd == "saveAmberParmNetcdf":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
188 saveAmberParmNetcdf ${cmd.tleap_cond.arg_unit} out/saveAmberParmNetcdf_topologyfilename_${i}_1.top out/saveAmberParmNetcdf_coordinatefilename_${i}_2.coord
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
189 #elif $cmd.tleap_cond.tleap_cmd == "saveAmberParmPert":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
190 saveAmberParmPert ${cmd.tleap_cond.arg_unit} out/saveAmberParmPert_topologyfilename_${i}_1.top out/saveAmberParmPert_coordinatefilename_${i}_2.coord
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
191 #elif $cmd.tleap_cond.tleap_cmd == "saveAmberParmPol":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
192 saveAmberParmPol ${cmd.tleap_cond.arg_unit} out/saveAmberParmPol_topologyfilename_${i}_1.top out/saveAmberParmPol_coordinatefilename_${i}_2.coord
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
193 #elif $cmd.tleap_cond.tleap_cmd == "saveAmberParmPolPert":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
194 saveAmberParmPolPert ${cmd.tleap_cond.arg_unit} out/saveAmberParmPolPert_topologyfilename_${i}_1.top out/saveAmberParmPolPert_coordinatefilename_${i}_2.coord
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
195 #elif $cmd.tleap_cond.tleap_cmd == "saveAmberPrep":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
196 saveAmberPrep ${cmd.tleap_cond.arg_unit} out/saveAmberPrep_filename_${i}_1.txt
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
197 #elif $cmd.tleap_cond.tleap_cmd == "saveMol2":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
198 saveMol2 ${cmd.tleap_cond.arg_unit} out/saveMol2_filename_${i}_1.mol2 ${cmd.tleap_cond.arg_option}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
199 #elif $cmd.tleap_cond.tleap_cmd == "saveMol3":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
200 saveMol3 ${cmd.tleap_cond.arg_unit} out/saveMol3_filename_${i}_1.mol3 ${cmd.tleap_cond.arg_option}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
201 #elif $cmd.tleap_cond.tleap_cmd == "saveOff":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
202 saveOff ${cmd.tleap_cond.arg_obj} out/saveOff_filename_${i}_1.txt
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
203 #elif $cmd.tleap_cond.tleap_cmd == "savePdb":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
204 savePdb ${cmd.tleap_cond.arg_unit} out/savePdb_filename_${i}_1.pdb
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
205 #elif $cmd.tleap_cond.tleap_cmd == "scaleCharges":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
206 scaleCharges ${cmd.tleap_cond.arg_container} ${cmd.tleap_cond.arg_scale_factor}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
207 #elif $cmd.tleap_cond.tleap_cmd == "select":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
208 select ${cmd.tleap_cond.arg_obj}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
209 #elif $cmd.tleap_cond.tleap_cmd == "sequence":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
210 #if $cmd.tleap_cond.sequence_assign:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
211 ${cmd.tleap_cond.sequence_assign} = sequence { ${cmd.tleap_cond.arg_list} }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
212 #else:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
213 sequence { ${cmd.tleap_cond.arg_list} }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
214 #end if
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
215 #elif $cmd.tleap_cond.tleap_cmd == "set":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
216 set ${cmd.tleap_cond.arg_variable} ${cmd.tleap_cond.arg_container} ${cmd.tleap_cond.arg_dim}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
217 #elif $cmd.tleap_cond.tleap_cmd == "set_default":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
218 #for $setdefaultsvar in $cmd.tleap_cond.defaults:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
219 set default ${setdefaultsvar.settingsvariable} ${setdefaultsvar.usersetting}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
220 #end for
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
221 #elif $cmd.tleap_cond.tleap_cmd == "setBox":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
222 setBox ${cmd.tleap_cond.arg_unit} ${cmd.tleap_cond.arg_enclosure} ${cmd.tleap_cond.arg_buffer}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
223 #elif $cmd.tleap_cond.tleap_cmd == "showdefault":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
224 showdefault
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
225 #elif $cmd.tleap_cond.tleap_cmd == "solvateBox":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
226 solvateBox ${cmd.tleap_cond.arg_solute} ${cmd.tleap_cond.arg_solvent} ${cmd.tleap_cond.arg_buffer} ${cmd.tleap_cond.arg_iso} ${cmd.tleap_cond.arg_closeness}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
227 #elif $cmd.tleap_cond.tleap_cmd == "solvateCap":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
228 solvateCap ${cmd.tleap_cond.arg_solute} ${cmd.tleap_cond.arg_solvent} ${cmd.tleap_cond.arg_position} ${cmd.tleap_cond.arg_radius} ${cmd.tleap_cond.arg_closeness}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
229 #elif $cmd.tleap_cond.tleap_cmd == "solvateDontClip":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
230 solvateDontClip ${cmd.tleap_cond.arg_solute} ${cmd.tleap_cond.arg_solvent} ${cmd.tleap_cond.arg_buffer} ${cmd.tleap_cond.arg_closeness}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
231 #elif $cmd.tleap_cond.tleap_cmd == "solvateOct":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
232 solvateOct ${cmd.tleap_cond.arg_solute} ${cmd.tleap_cond.arg_solvent} ${cmd.tleap_cond.arg_buffer} ${cmd.tleap_cond.arg_iso} ${cmd.tleap_cond.arg_closeness}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
233 #elif $cmd.tleap_cond.tleap_cmd == "solvateShell":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
234 solvateShell ${cmd.tleap_cond.arg_solute} ${cmd.tleap_cond.arg_solvent} ${cmd.tleap_cond.arg_thickness} ${cmd.tleap_cond.arg_closeness}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
235 #elif $cmd.tleap_cond.tleap_cmd == "source":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
236 source ${cmd.tleap_cond.arg_filename}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
237 #elif $cmd.tleap_cond.tleap_cmd == "transform":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
238 transform ${cmd.tleap_cond.arg_atoms} {
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
239 { ${cmd.tleap_cond.arg_matrix_row1} }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
240 { ${cmd.tleap_cond.arg_matrix_row2} }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
241 { ${cmd.tleap_cond.arg_matrix_row3} }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
242 { 0 0 0 1 }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
243 }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
244 #elif $cmd.tleap_cond.tleap_cmd == "translate":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
245 translate ${cmd.tleap_cond.arg_atoms} { ${cmd.tleap_cond.arg_direction} }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
246 #elif $cmd.tleap_cond.tleap_cmd == "verbosity":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
247 verbosity ${cmd.tleap_cond.arg_level}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
248 #elif $cmd.tleap_cond.tleap_cmd == "zMatrix":
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
249 zMatrix ${cmd.tleap_cond.arg_obj} ${cmd.tleap_cond.arg_zmatrix}
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
250 #end if
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
251 #end for]]>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
252 quit
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
253 </configfile>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
254 </configfiles>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
255
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
256 <inputs>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
257
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
258 <repeat name="tleap_cmds" title="Add tLEaP command" min="1">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
259 <conditional name="tleap_cond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
260 <param type="select" name="tleap_cmd" label="Choose tLEaP command">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
261 <option value="add">add</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
262 <option value="addAtomTypes">addAtomTypes</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
263 <option value="addH">addH</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
264 <option value="addIons">addIons</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
265 <option value="addIons2">addIons2</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
266 <option value="addIonsRand">addIonsRand</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
267 <option value="addPath">addPath</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
268 <option value="addPdbAtomMap">addPdbAtomMap</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
269 <option value="addPdbResMap">addPdbResMap</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
270 <option value="alignAxes">alignAxes</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
271 <option value="bond">bond</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
272 <option value="bondByDistance">bondByDistance</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
273 <option value="center">center</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
274 <option value="charge">charge</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
275 <option value="check">check</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
276 <option value="clearPdbAtomMap">clearPdbAtomMap</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
277 <option value="clearPdbResMap">clearPdbResMap</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
278 <option value="clearVariables">clearVariables</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
279 <option value="combine">combine</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
280 <option value="copy">copy</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
281 <option value="createAtom">createAtom</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
282 <option value="createParmset">createParmset</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
283 <option value="createResidue">createResidue</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
284 <option value="createUnit">createUnit</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
285 <option value="crossLink">crossLink</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
286 <option value="debugOff">debugOff</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
287 <option value="debugOn">debugOn</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
288 <option value="debugStatus">debugStatus</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
289 <option value="deleteBond">deleteBond</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
290 <option value="deleteOffLibEntry">deleteOffLibEntry</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
291 <option value="deleteRestraint">deleteRestraint</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
292 <option value="desc">desc</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
293 <option value="deSelect">deSelect</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
294 <option value="displayPdbAtomMap">displayPdbAtomMap</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
295 <option value="displayPdbResMap">displayPdbResMap</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
296 <option value="edit">edit</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
297 <option value="flip">flip</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
298 <option value="groupSelectedAtoms">groupSelectedAtoms</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
299 <option value="help">help</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
300 <option value="impose">impose</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
301 <option value="list">list</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
302 <option value="listOff">listOff</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
303 <option value="loadAmberParams">loadAmberParams</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
304 <option value="loadAmberPrep">loadAmberPrep</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
305 <option value="loadMol2">loadMol2</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
306 <option value="loadMol3">loadMol3</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
307 <option value="loadOff">loadOff</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
308 <option value="loadPdb">loadPdb</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
309 <option value="loadPdbUsingSeq">loadPdbUsingSeq</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
310 <option value="logFile">logFile</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
311 <option value="matchVariables">matchVariables</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
312 <option value="measureGeom">measureGeom</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
313 <option value="relax">relax</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
314 <option value="remove">remove</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
315 <option value="restrainAngle">restrainAngle</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
316 <option value="restrainBond">restrainBond</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
317 <option value="restrainTorsion">restrainTorsion</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
318 <option value="saveAmberParm">saveAmberParm</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
319 <option value="saveAmberParmNetcdf">saveAmberParmNetcdf</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
320 <option value="saveAmberParmPert">saveAmberParmPert</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
321 <option value="saveAmberParmPol">saveAmberParmPol</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
322 <option value="saveAmberParmPolPert">saveAmberParmPolPert</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
323 <option value="saveAmberPrep">saveAmberPrep</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
324 <option value="saveMol2">saveMol2</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
325 <option value="saveMol3">saveMol3</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
326 <option value="saveOff">saveOff</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
327 <option value="savePdb">savePdb</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
328 <option value="scaleCharges">scaleCharges</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
329 <option value="select">select</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
330 <option value="sequence">sequence</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
331 <option value="set">set</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
332 <option value="set_default">set_default</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
333 <option value="setBox">setBox</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
334 <option value="showdefault">showdefault</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
335 <option value="solvateBox">solvateBox</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
336 <option value="solvateCap">solvateCap</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
337 <option value="solvateDontClip">solvateDontClip</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
338 <option value="solvateOct">solvateOct</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
339 <option value="solvateShell">solvateShell</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
340 <option value="source">source</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
341 <option value="transform">transform</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
342 <option value="translate">translate</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
343 <option value="verbosity">verbosity</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
344 <option value="zMatrix">zMatrix</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
345 </param>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
346 <when value="add">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
347 <param name="arg_a" label="a value" type="text" value="" help="UNIT/RESIDUE/ATOM"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
348 <param name="arg_b" label="b value" type="text" value="" help="UNIT/RESIDUE/ATOM"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
349 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
350 <when value="addAtomTypes">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
351 <repeat name="atomtypevars" title="new atom type parameters" min="1">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
352 <param name="arg_addAtomTypes_var1" label="name" type="text" value="" help="designated name in the force field"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
353 <param name="arg_addAtomTypes_var2" label="element" type="text" value="" help="atom name as it appear in the periodic table"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
354 <param name="arg_addAtomTypes_var3" label="hybridization state" type="text" value="" help="sp2, sp3, etc."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
355 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
356 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
357 <when value="addH">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
358 <param name="arg_obj" label="Assign to UNIT with variable name:" type="text" value="" help="this should be the same variable given to a previously loaded target structure"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
359 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
360 <when value="addIons">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
361 <expand macro="addingions" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
362 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
363 <when value="addIons2">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
364 <expand macro="addingions" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
365 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
366 <when value="addIonsRand">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
367 <expand macro="addingions" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
368 <param name="arg_separation" label="separation value" type="text" value="" help="This value guarantees a minimum distance between inserted ions, in angstsroms."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
369 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
370 <when value="addPath">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
371 <param name="arg_path" label="path to directory" type="text" value="" help="Specify additional paths for leap to search for files when executing commands."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
372 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
373 <when value="addPdbAtomMap">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
374 <repeat name="AtomMapList" title="Add atom name from a pdb file to a list" min="1">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
375 <param name="oddpdbname" label="Odd atom type from pdb file" type="text" value="" help=""/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
376 <param name="libpdbname" label="Atom type to reference in the library" type="text" value="" help=""/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
377 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
378 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
379 <when value="addPdbResMap">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
380 <repeat name="resmap" title="Add atom name from a pdb file to a residue map in LEaP" min="1">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
381 <param name="terminalflag" label="If terminal atom, select type:" type="text" value="" help="select 0 for beginning residues (N-terminal for proteins, 5' for nucleic acids) and 1 for ending residues (C-terminal for proteins, 3' for nucleic acids). Leave blank if neither. "/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
382 <param name="pdbname" label="atom name in pdb file" type="text" value="" help=""/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
383 <param name="leapvar" label="variable name within leap to map onto" type="text" value="" help=""/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
384 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
385 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
386 <when value="alignAxes">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
387 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
388 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
389 <when value="bond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
390 <param name="arg_atom1" label="Bonding atom 1" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber.atomtype', where the assigned UNITvariable is the same one used to define your structure in loadPdb, saveAmberParm, savePdb, and other commands in your tleap script. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'. "/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
391 <param name="arg_atom2" label="Bonding atom 2" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber.atomtype', where the assigned UNITvariable is the same one used to define your structure in loadPdb, saveAmberParm, savePdb, and other commands in your tleap script. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'. "/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
392 <param name="arg_order" label="order value" type="select" value="" help="Choose 'S' for single bond, 'D' for double bond, 'T' for triple bond, or 'A' for aromatic bond. The default value is 'S' if left blank.">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
393 <option value="">default</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
394 <option value="S">single bond</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
395 <option value="D">double bond</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
396 <option value="T">triple bond</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
397 <option value="A">aromatic bond</option>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
398 </param>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
399 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
400 <when value="bondByDistance">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
401 <expand macro="container" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
402 <param name="arg_maxBond" label="maxBond value" type="text" value="" help="maximum distance, in angstroms"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
403 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
404 <when value="center">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
405 <expand macro="container"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
406 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
407 <when value="charge">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
408 <expand macro="container"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
409 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
410 <when value="check">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
411 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
412 <param name="arg_parmset" label="parmset value" type="text" value="" help="PARMSET/STRING where all mising parameters are placed. This is optional."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
413 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
414 <when value="clearPdbAtomMap">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
415 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
416 <when value="clearPdbResMap">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
417 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
418 <when value="clearVariables">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
419 <param name="arg_list" label="list of variables to clear" type="text" value="" help="This is optional. Use only if a specific set of variables need to be cleared. If left empty, all variables will be cleared by default."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
420 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
421 <when value="combine">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
422 <param name="combine_assign" label="Name of the new combined list of variables" type="text" value=""/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
423 <param name="arg_list" label="list of variables" type="text" value="" help="Write the name of previously defined variables that you'd like to combine into this new list. "/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
424 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
425 <when value="copy">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
426 <param name="copy_assign" label="Name of the newly copied variable:" type="text" value=""/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
427 <param name="arg_variable" label="Variable you are making a copy of:" type="text" value="" help=""/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
428 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
429 <when value="createAtom">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
430 <expand macro="create" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
431 <param name="arg_type" label="new atom type" type="text" value="" help="STRING"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
432 <param name="arg_charge" label="atomic charge" type="text" value="" help="NUMBER"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
433 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
434 <when value="createParmset">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
435 <expand macro="create" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
436 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
437 <when value="createResidue">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
438 <expand macro="create" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
439 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
440 <when value="createUnit">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
441 <expand macro="create" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
442 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
443 <when value="crossLink">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
444 <param name="arg_res1" label="res1 value" type="text" value="" help="Residue 1"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
445 <param name="arg_conn1" label="conn1 value" type="text" value="" help="connecting atom on residue 1"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
446 <param name="arg_res2" label="res2 value" type="text" value="" help="Residue 2"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
447 <param name="arg_conn2" label="conn2 value" type="text" value="" help="connecting atom on residue 2"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
448 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
449 <when value="debugOff">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
450 <expand macro="builtin_amberfiles" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
451 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
452 <when value="debugOn">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
453 <expand macro="builtin_amberfiles" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
454 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
455 <when value="debugStatus">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
456 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
457 <when value="deleteBond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
458 <param name="arg_atom1" label="Bonding atom 1" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber.atomtype', where the assigned UNITvariable is the same one used to define your structure in loadPdb, saveAmberParm, savePdb, and other commands in your tleap script. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'. "/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
459 <param name="arg_atom2" label="Bonding atom 2" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber.atomtype', where the assigned UNITvariable is the same one used to define your structure in loadPdb, saveAmberParm, savePdb, and other commands in your tleap script. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'. "/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
460 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
461 <when value="deleteOffLibEntry">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
462 <param name="arg_library" label="library value" type="text" format="txt" value="" help="STRING"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
463 <param name="arg_entry" label="entry value" type="text" value="" help="STRING"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
464 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
465 <when value="deleteRestraint">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
466 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
467 <param name="arg_a" label="a value" type="text" value="" help="ATOM"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
468 <param name="arg_b" label="b value" type="text" value="" help="ATOM"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
469 <param name="arg_c" label="c value" type="text" value="" help="ATOM"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
470 <param name="arg_d" label="d value" type="text" value="" help="ATOM"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
471 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
472 <when value="desc">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
473 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
474 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
475 <when value="deSelect">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
476 <expand macro="object" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
477 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
478 <when value="displayPdbAtomMap">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
479 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
480 <when value="displayPdbResMap">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
481 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
482 <when value="edit">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
483 <param name="arg_unit_parmset" label="unit-parmset value" type="text" value="" help="UNIT/PARMSET"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
484 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
485 <when value="flip">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
486 <expand macro="object" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
487 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
488 <when value="groupSelectedAtoms">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
489 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
490 <param name="arg_name" label="name value" type="text" value="" help="STRING"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
491 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
492 <when value="help">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
493 <param name="arg_string" label="string value" type="text" value="" help="STRING"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
494 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
495 <when value="impose">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
496 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
497 <param name="arg_seqlist" label="seqlist value" type="text" value="" help="LIST"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
498 <param name="arg_internals_atom1" label="internals atom1" type="text" value="" help=""/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
499 <param name="arg_internals_atom2" label="internals atom2" type="text" value="" help=""/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
500 <param name="arg_internals_displacement" label="displacement" type="text" value="" help="can be positive or negative, in angstroms"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
501 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
502 <when value="list">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
503 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
504 <when value="listOff">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
505 <param name="arg_library" label="library value" type="data" value="" format="txt" help="STRING"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
506 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
507 <when value="loadAmberParams">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
508 <param name="loadAmberParams_assign" label="Assign to variable named" type="text" value=""/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
509 <expand macro="amberfiles_conditional" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
510 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
511 <when value="loadAmberPrep">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
512 <expand macro="amberfiles_conditional" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
513 <param name="arg_prefix" label="prefix value" type="text" value="" help="STRING"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
514 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
515 <when value="loadMol2">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
516 <param name="loadMol2_assign" label="Assign to variable named" type="text" value="" help="This is the molecule's residue name as it appears in the mol2 file."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
517 <expand macro="loadfile" data_format="mol2"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
518 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
519 <when value="loadMol3">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
520 <param name="loadMol3_assign" label="Assign to variable named" type="text" value="" help="This is the molecule's residue name as it appears in the mol2 file."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
521 <expand macro="loadfile" data_format="mol3"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
522 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
523 <when value="loadOff">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
524 <expand macro="loadfile" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
525 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
526 <when value="loadPdb">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
527 <param name="loadPdb_assign" label="Assign to variable named" type="text" value="" help="The variable name that your system's components are assigned to. This should generally be the same variable used when saving the output files (when using savePdb, saveAmberParm, etc.)."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
528 <expand macro="loadfile" data_format="pdb"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
529 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
530 <when value="loadPdbUsingSeq">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
531 <expand macro="loadfile" data_format="pdb"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
532 <param name="arg_unitlist" label="unitlist value" type="text" value="" help="LIST"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
533 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
534 <when value="logFile">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
535 <expand macro="loadfile" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
536 >
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
537 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
538 <when value="matchVariables">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
539 <param name="matchVariables_assign" label="Assign to variable named" type="text" value=""/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
540 <param name="arg_string" label="string value" type="text" value="" help="STRING"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
541 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
542 <when value="measureGeom">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
543 <param name="arg_atom1" label="atom1" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber.atomtype'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'." />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
544 <param name="arg_atom2" label="atom2" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber.atomtype'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'." />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
545 <param name="arg_atom3" label="atom3" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber.atomtype'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'." />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
546 <param name="arg_atom4" label="atom4" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber.atomtype'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'." />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
547 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
548 <when value="relax">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
549 <expand macro="object" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
550 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
551 <when value="remove">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
552 <param name="arg_a" label="a value --> Object you are removing contents FROM" type="text" value="" help="UNIT/RESIDUE/ATOM. The object can be a specific residue [ type 'UNITvariable.residuenumber(or name)' ], or an entire UNIT [ only type 'UNITvariable' ]. "/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
553 <param name="arg_b" label="b value --> The specific content you are removing" type="text" value="" help="UNIT/RESIDUE/ATOM. The contents can be a single atom [type 'UNITvariable.residuenumber(or name).atomtype(or number)' ], or an entire residue [type 'UNITvariable.residuenumber(or name)' ]. "/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
554 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
555 <when value="restrainAngle">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
556 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
557 <param name="arg_a" label="atom1" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber(or name).atomtype(or number)'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'." />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
558 <param name="arg_b" label="atom2 or the middle atom" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber(or name).atomtype(or number)'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'." />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
559 <param name="arg_c" label="atom3" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber(or name).atomtype(or number)'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'." />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
560 <param name="arg_force" label="Force constant K_theta" type="text" value="" help="This is the force constant value you are setting to restrain this angle, in kcal/mol/radian^2."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
561 <param name="arg_angle" label="Equilibrium angle theta" type="text" value="" help="This is the equilibrium angle, in degrees, between these 3 interacting atoms."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
562 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
563 <when value="restrainBond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
564 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
565 <param name="arg_a" label="atom1" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber(or name).atomtype(or number)'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'." />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
566 <param name="arg_b" label="atom2" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber(or name).atomtype(or number)'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'." />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
567 <param name="arg_force" label="Force constant K_b" type="text" value="" help="This is the force constant value you are setting to restrain this length, in kcal/mol/angstrom^2. "/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
568 <param name="arg_length" label="Equilibrium length" type="text" value="" help="This is the equilibrium bond length between these two atoms."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
569 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
570 <when value="restrainTorsion">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
571 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
572 <param name="arg_a" label="atom1" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber(or name).atomtype(or number)'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'." />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
573 <param name="arg_b" label="atom2" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber(or name).atomtype(or number)'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'." />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
574 <param name="arg_c" label="atom3" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber(or name).atomtype(or number)'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'." />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
575 <param name="arg_d" label="atom4" type="text" value="" help="Each atom is defined as 'UNITvariable.residuenumber(or name).atomtype(or number)'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'." />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
576 <param name="arg_force" label="Force constant K_phi" type="text" value="" help="This is the force constant you are setting to restrain this dihedral."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
577 <param name="arg_phi" label="Equilibrium torsion angle phi" type="text" value="" help="This is the equilibrium torsion angle for this dihedral."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
578 <param name="arg_multiplicity" label="multiplicity value" type="text" value="" help="NUMBER"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
579 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
580 <when value="saveAmberParm">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
581 <param name="arg_unit" label="Assign to variable named" type="text" value="" help="The variable name that your system's components are assigned to. This should generally be the same variable used previously with input commands like 'loadPdb'."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
582 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
583 <when value="saveAmberParmNetcdf">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
584 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
585 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
586 <when value="saveAmberParmPert">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
587 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
588 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
589 <when value="saveAmberParmPol">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
590 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
591 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
592 <when value="saveAmberParmPolPert">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
593 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
594 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
595 <when value="saveAmberPrep">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
596 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
597 <expand macro="newfile" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
598 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
599 <when value="saveMol2">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
600 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
601
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
602 <param name="arg_option" label="option value" type="text" value="" help="NUMBER"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
603 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
604 <when value="saveMol3">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
605 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
606 <param name="arg_option" label="option value" type="text" value="" help="NUMBER"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
607 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
608 <when value="saveOff">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
609 <expand macro="object" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
610 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
611 <when value="savePdb">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
612 <param name="arg_unit" label="Assign to variable named" type="text" value="" help="The variable name that your system's components are assigned to. This should generally be the same variable used previously with input commands like 'loadPdb'."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
613 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
614 <when value="scaleCharges">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
615 <expand macro="container" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
616 <param name="arg_scale_factor" label="scale_factor value" type="text" value="" help="NUMBER"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
617 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
618 <when value="select">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
619 <expand macro="object" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
620 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
621 <when value="sequence">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
622 <param name="sequence_assign" label="Assign to variable named" type="text" value=""/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
623 <param name="arg_list" label="list value" type="text" value="" help="LIST"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
624 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
625 <when value="set">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
626 <param name="arg_variable" label="variable value" type="text" value="" help="the variable name that your components are assigned to"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
627 <param name="arg_container" label="container value" type="text" value="" help="type'box' if you are using this command to set box dimensions"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
628 <param name="arg_dim" label="dimensions value" type="text" value="" help="dimension magnitude for X, Y, and Z"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
629 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
630 <when value="set_default">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
631 <repeat name="defaults" title="Default setting to adjust:">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
632 <expand macro="defaultsettings" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
633 <expand macro="settingoptions" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
634 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
635 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
636 <when value="setBox">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
637 <expand macro="unitvariable" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
638 <param name="arg_enclosure" label="enclosure value" type="text" value="" help="type 'vdw' or 'centers'"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
639 <param name="arg_buffer" label="buffer value" type="text" value="" help="object"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
640 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
641 <when value="showdefault">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
642 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
643 <when value="solvateBox">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
644 <expand macro="solvateparams" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
645 <param name="arg_iso" label="iso value" type="text" value="" help="type 'iso' if using this option"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
646 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
647 <when value="solvateCap">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
648 <expand macro="solvateparams" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
649 <param name="arg_position" label="position value" type="text" value="" help="Defines the center of the solvent cap. Can be listed directly using coordinates for { X Y Z }, or you can specify a UNIT, RESIDUE, ATOM, or LIST of any of these 3 as a reference for position."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
650 <param name="arg_radius" label="radius value" type="text" value="" help="NUMBER"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
651 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
652 <when value="solvateDontClip">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
653 <expand macro="solvateparams" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
654 <param name="arg_closeness" label="closeness value" type="text" value="" help="NUMBER"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
655 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
656 <when value="solvateOct">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
657 <expand macro="solvateparams" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
658 <param name="arg_iso" label="iso value" type="text" value="" help="type 'iso' if choosing this option"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
659 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
660 <when value="solvateShell">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
661 <expand macro="solvateparams" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
662 <param name="arg_thickness" label="thickness value" type="text" value="" help="NUMBER"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
663 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
664 <when value="source">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
665 <expand macro="builtin_amberfiles" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
666 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
667 <when value="transform">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
668 <param name="arg_atoms" label="atoms value" type="text" value="" help="UNIT/RESIDUE/ATOM. You can transform an entire UNIT, an entire RESIDUE, or a specific atom. Each atom is defined as 'UNITvariable.residuenumber(or name).atomtype(or number)'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'. Multiple selections can be typed into this list so a transformation is performed on several components of your system at once, just separate each choice of UNIT/RESIDUE/ATOM with a single space in between. " />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
669 <param name="arg_matrix_row1" label="Row 1 of matrix" type="text" value="" help="type the following: ' r11 r12 r13 -tx ', where r11-r13 are matrix elements for the X dimension. If you would like to translate along this dimension, assign a value to -tx, in angstroms. For a simple reflection along this axis, set this row to r11=-1, r12=0, r13=0. "/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
670 <param name="arg_matrix_row2" label="Row 2 of matrix" type="text" value="" help="type the following: ' r21 r22 r23 -tx ', where r21-r23 are matrix elements for the Y dimension. If you would like to translate along this dimension, assign a value to -ty, in angstroms. For a simple reflection along this axis, set this row to r21=0, r22=-1, r23=0. "/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
671 <param name="arg_matrix_row3" label="Row 3 of matrix" type="text" value="" help="type the following: ' r31 r32 r33 -tz ', where r31-r33 are matrix elements for the Z dimension. If you would like to translate along this dimension, assign a value to -tz, in angstroms. For a simple reflection along this axis, set this row to r31=0, r32=0, r33=-1. "/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
672 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
673 <when value="translate">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
674 <param name="arg_atoms" label="list of atoms" type="text" value="" help="UNIT/RESIDUE/ATOM. You can translate an entire UNIT, an entire RESIDUE, or a specific atom. Each atom is defined as 'UNITvariable.residuenumber(or name).atomtype(or number)'. For example, typing 'mol.5.SG' tells tleap that the bonding atom is assigned to the variable 'mol', in residue number 5, and is the atom type 'SG'. Multiple selections can be typed into this list so a transformation is performed on several components of your system at once, just separate each choice of UNIT/RESIDUE/ATOM with a single space in between. " />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
675 <param name="arg_direction" label="direction value in each dimension" type="text" value="" help="Displace by this amount { X Y Z }. The direction is based on whether each vector is positive or negative. "/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
676 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
677 <when value="verbosity">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
678 <param name="arg_level" label="level value" type="text" value="" help="This command sets the level of output that LEaP provides the user. A value of 0 is the default, providing the minimum of messages. A value of 1 will produce more output, and a value of 2 will produce all of the output of level 1 and display the text of the script lines executed with the source command."/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
679 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
680 <when value="zMatrix">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
681 <param name="arg_obj" label="obj value" type="text" value="" help="UNIT/RESIDUE/ATOM"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
682 <param name="arg_zmatrix" label="zmatrix value" type="text" value="" help="LIST"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
683 </when>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
684 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
685 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
686 </inputs>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
687 <outputs>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
688 <data format="txt" name="output_tleap_in" label="Build tLEaP: tleap.in"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
689 <data format="txt" name="output_tleap" label="Build tLEaP: tleap.log"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
690 <collection name="output_pdb" type="list" label="Collection of pdb" format="pdb">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
691 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.pdb" directory="out" format="pdb"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
692 </collection>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
693 <collection name="output_top" type="list" label="Collection of topology files" format="prmtop">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
694 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.prmtop" directory="out" format="prmtop"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
695 </collection>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
696 <collection name="output_txt" type="list" label="Collection of txt" format="txt">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
697 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.txt" directory="out" format="txt"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
698 </collection>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
699 <collection name="output_coord" type="list" label="Collection of coordinate files" format="inpcrd">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
700 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.inpcrd" directory="out" format="inpcrd"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
701 </collection>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
702 <collection name="output_mol2" type="list" label="Collection of mol2" format="mol2">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
703 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.mol2" directory="out" format="mol2"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
704 </collection>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
705 <collection name="output_mol3" type="list" label="Collection of mol3" format="mol3">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
706 <discover_datasets pattern="(?P&lt;designation&gt;.+)\.mol3" directory="out" format="mol3"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
707 </collection>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
708 </outputs>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
709 <tests>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
710 <test expect_num_outputs="8">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
711 <repeat name="tleap_cmds">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
712 <conditional name="tleap_cond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
713 <param name="tleap_cmd" value="source"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
714 <param name="arg_filename" value="oldff/leaprc.ff14SB"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
715 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
716 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
717 <repeat name="tleap_cmds">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
718 <conditional name="tleap_cond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
719 <param name="tleap_cmd" value="loadAmberParams" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
720 <conditional name="file_source">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
721 <param name="file_source_selector" value="builtin"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
722 <param name="arg_filename" value="frcmod.ff14SB"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
723 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
724 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
725 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
726 <repeat name="tleap_cmds">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
727 <conditional name="tleap_cond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
728 <param name="tleap_cmd" value="loadAmberParams" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
729 <conditional name="file_source">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
730 <param name="file_source_selector" value="builtin"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
731 <param name="arg_filename" value="frcmod.ionsjc_tip4pew"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
732 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
733 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
734 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
735 <repeat name="tleap_cmds">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
736 <conditional name="tleap_cond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
737 <param name="tleap_cmd" value="loadAmberPrep" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
738 <conditional name="file_source">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
739 <param name="file_source_selector" value="history"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
740 <param name="arg_filename" value="ZAFF.prep"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
741 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
742 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
743 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
744 <repeat name="tleap_cmds">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
745 <conditional name="tleap_cond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
746 <param name="tleap_cmd" value="loadAmberParams" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
747 <conditional name="file_source">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
748 <param name="file_source_selector" value="history"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
749 <param name="arg_filename" value="ZAFF.frcmod"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
750 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
751 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
752 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
753 <repeat name="tleap_cmds">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
754 <conditional name="tleap_cond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
755 <param name="tleap_cmd" value="loadPdb" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
756 <param name="loadPdb_assign" value="mol" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
757 <param name="arg_filename" value="sarscov2_helicase_ZincBindingDomain.pdb"/>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
758 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
759 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
760 <repeat name="tleap_cmds">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
761 <conditional name="tleap_cond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
762 <param name="tleap_cmd" value="bond" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
763 <param name="arg_atom1" value="mol.114.ZN" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
764 <param name="arg_atom2" value="mol.5.SG" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
765 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
766 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
767 <repeat name="tleap_cmds">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
768 <conditional name="tleap_cond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
769 <param name="tleap_cmd" value="set" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
770 <param name="arg_variable" value="mol" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
771 <param name="arg_container" value="box" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
772 <param name="arg_dim" value="12" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
773 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
774 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
775 <repeat name="tleap_cmds">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
776 <conditional name="tleap_cond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
777 <param name="tleap_cmd" value="addIons" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
778 <param name="arg_variable" value="mol" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
779 <param name="arg_ion1" value="Cl-" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
780 <param name="arg__ion1" value="0" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
781 <param name="arg_ion2" value="Na+" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
782 <param name="arg__ion2" value="0" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
783 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
784 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
785 <repeat name="tleap_cmds">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
786 <conditional name="tleap_cond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
787 <param name="tleap_cmd" value="saveAmberParm" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
788 <param name="arg_unit" value="mol" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
789 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
790 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
791 <repeat name="tleap_cmds">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
792 <conditional name="tleap_cond">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
793 <param name="tleap_cmd" value="savePdb" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
794 <param name="arg_unit" value="mol" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
795 </conditional>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
796 </repeat>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
797 <output name="output_tleap_in" value="leap_testfile.txt" lines_diff="6">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
798 <assert_contents>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
799 <has_text text="loadAmberParams frcmod.ff14SB" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
800 <has_text text="bond mol.114.ZN mol.5.SG" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
801 <has_text text="quit" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
802 </assert_contents>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
803 </output>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
804 <output name="output_tleap">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
805 <assert_contents>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
806 <has_text text="Welcome to LEaP!" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
807 </assert_contents>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
808 </output>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
809 <output_collection name="output_top" type="list" count="1">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
810 <element name="saveAmberParm_topologyfilename_9_1">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
811 <assert_contents>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
812 <has_text text="N H1 H2 H3 CA HA CB HB1 HB2 HB3 C O N H CA HA CB HB CG1" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
813 </assert_contents>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
814 </element>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
815 </output_collection>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
816 <output_collection name="output_coord" type="list" count="1">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
817 <element name="saveAmberParm_coordinatefilename_9_2">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
818 <assert_contents>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
819 <has_text text="12.0000000 12.0000000 12.0000000 90.0000000 90.0000000 90.0000000" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
820 </assert_contents>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
821 </element>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
822 </output_collection>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
823 <output_collection name="output_pdb" type="list" count="1">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
824 <element name="savePdb_filename_10_1">
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
825 <assert_contents>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
826 <has_text text="CRYST1 12.000 12.000 12.000 90.00 90.00 90.00 P 1 1" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
827 </assert_contents>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
828 </element>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
829 </output_collection>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
830 </test>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
831 </tests>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
832 <help><![CDATA[
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
833 ::
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
834
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
835 add a b
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
836
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
837 UNIT/RESIDUE/ATOM _a_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
838 UNIT/RESIDUE/ATOM _b_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
839
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
840 Add the object _b_ to the object _a_. This command is used to place
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
841 ATOMs within RESIDUEs, and RESIDUEs within UNITs.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
842
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
843 addAtomTypes {
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
844 { "H" "H" "sp3" }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
845 { "HO" "H" "sp3" }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
846 ...
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
847 }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
848 Add mapping of AMBER atom type to element and hybridization. Typically in
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
849 leaprc.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
850
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
851 addH obj
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
852
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
853 UNIT _obj_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
854
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
855 Add missing hydrogens and build external coordinates for _obj_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
856
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
857 addIons unit ion1 #ion1 [ion2 #ion2]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
858 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
859 UNIT _ion1_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
860 NUMBER _#ion1_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
861 UNIT _ion2_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
862 NUMBER _#ion2_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
863 Adds counterions in a shell around _unit_ using a Coulombic potential
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
864 on a grid. If _#ion1_ is 0, the _unit_ is neutralized (_ion1_ must be
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
865 opposite in charge to _unit_, and _ion2_ cannot be specified). Otherwise,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
866 the specified numbers of _ion1_ [_ion2_] are added [in alternating order].
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
867 If solvent is present, it is ignored in the charge and steric calculations,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
868 and if an ion has a steric conflict with a solvent molecule, the ion is
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
869 moved to the center of said molecule, and the latter is deleted. (To
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
870 avoid this behavior, either solvate _after_ addIons, or use addIons2.)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
871 Ions must be monoatomic. Note that the one-at-a-time procedure is not
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
872 guaranteed to globally minimize the electrostatic energy. When neutralizing
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
873 regular-backbone nucleic acids, the first cations will generally be added
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
874 between phosphates, leaving the final two ions to be placed somewhere around
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
875 the middle of the molecule.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
876 The default grid resolution is 1 Angstrom, extending from an inner radius
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
877 of (max ion size + max solute atom size) to an outer radius 4 Angstroms
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
878 beyond. A distance-dependent dielectric is used for speed.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
879
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
880 addIons2 unit ion1 #ion1 [ion2 #ion2]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
881 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
882 UNIT _ion1_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
883 NUMBER _#ion1_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
884 UNIT _ion2_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
885 NUMBER _#ion2_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
886 Same as addIons, except solvent and solute are treated the same.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
887
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
888 addIonsRand unit ion1 #ion1 [ion2 #ion2] [separation]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
889
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
890 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
891 UNIT _ion1_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
892 NUMBER _#ion1_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
893 UNIT _ion2_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
894 NUMBER _#ion2_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
895 NUMBER _separation_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
896
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
897 Adds counterions in a shell around _unit_ by replacing random solvent
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
898 molecules. If _#ion1_ is 0, the _unit_ is neutralized (_ion1_ must be
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
899 opposite in charge to _unit_, and _ion2_ cannot be specified). Otherwise,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
900 the specified numbers of _ion1_ [_ion2_] are added [in alternating order].
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
901 If _separation_ is specified, ions will be guaranteed to be more than that
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
902 distance apart in Angstroms.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
903
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
904 Ions must be monoatomic. This procedure is much faster than addIons, as
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
905 it does not calculate charges. Solvent must be present. It must be possible
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
906 to position the requested number of ions with the given separation in the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
907 solvent.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
908
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
909 addPath path
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
910
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
911 STRING _path_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
912
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
913 Add the directory in _path_ to the list of directories that are searched
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
914 for files specified by other commands.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
915
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
916 addPdbAtomMap list
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
917 LIST _list_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
918
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
919 The atom Name Map is used to try to map atom names read from PDB files
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
920 to atoms within residue UNITs when the atom name in the PDB file does
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
921 not match an atom in the residue. This enables PDB files to be read
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
922 in without extensive editing of atom names. The LIST is a LIST of LISTs:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
923 { {sublist} {sublist} ... }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
924 where each sublist is of the form
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
925 { "OddAtomName" "LibAtomName" }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
926 Many `odd' atom names can map to one `standard' atom name, but any single
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
927 odd atom name maps only to the last standard atom name it was mapped to.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
928
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
929 addPdbResMap list
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
930 LIST _list_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
931
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
932 The Name Map is used to map residue names read from PDB files to variable
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
933 names within LEaP. The LIST is a LIST of LISTs:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
934 { {sublist} {sublist} ... }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
935 Each sublist contains two or three entries to add to the Name Map:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
936 { [terminalflag] PDBName LEaPVar }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
937 where the PDBName will be mapped to the LEaPVar. The terminalflag indicates
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
938 the special cases of terminal residues: allowable values are 0 for beginning
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
939 residues (N-terminal for proteins, 5' for nucleic acids) and 1 for ending
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
940 residues (C-terminal for proteins, 3' for nucleic acids). If the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
941 terminalflag is given, the PDBName->LEaPVar name map will only be applied
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
942 for the appropriate terminal residue. The `leaprc' file included with
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
943 the distribution contains default mappings.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
944
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
945 alias [alias[ string]]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
946 STRING _alias_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
947 STRING _string_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
948
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
949 alias string1 command - equivalence string1 to command.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
950 alias string1 - delete the alias for string1.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
951 alias - report all current aliases.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
952
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
953 alignAxes unit
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
954
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
955 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
956
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
957 Translate the geometric center of _unit_ to the origin and align
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
958 the principle axes of the ATOMs within _unit_ along the coordinate
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
959 axes. This is done by calculating the moment of inertia of the UNIT
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
960 using unit mass for each ATOM, and then diagonalizing the resulting
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
961 matrix and aligning the eigenvectors along the coordinate axes.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
962 This command modifies the coordinates of the UNIT. It may be
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
963 especially useful for preparing long solutes such as nucleic acids
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
964 for solvation.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
965
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
966 bond atom1 atom2 [ order ]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
967
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
968 ATOM _atom1_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
969 ATOM _atom2_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
970 STRING _order_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
971
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
972 Create a bond between _atom1_ and _atom2_. Both of these ATOMs must
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
973 be contained by the same UNIT. By default, the bond will be a single
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
974 bond. By specifying "S", "D", "T", or "A" as the optional argument
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
975 _order_ the user can specify a single, double, triple, or aromatic
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
976 bond.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
977
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
978 bondByDistance container [ maxBond ]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
979
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
980 UNIT/RESIDUE/ATOM _container_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
981 NUMBER _maxBond_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
982
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
983 Create single bonds between all ATOMs in _container_ that are within
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
984 _maxBond_ angstroms of each other. If _maxBond_ is not specified,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
985 a default distance of 2 angstroms used.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
986
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
987 center container
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
988 UNIT/RESIDUE/ATOM _container_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
989
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
990 Display the coordinates of the geometric center of the ATOMs within
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
991 _container_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
992
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
993 charge container
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
994
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
995 UNIT/RESIDUE/ATOM _container_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
996
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
997 This command calculates the total charge of the ATOMs within _container_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
998 The unperturbed and perturbed total charge are displayed.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
999
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1000 check unit [ parmset ]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1001 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1002 PARMSET/STRING _parmset_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1003
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1004 This command can be used to check the UNIT for internal inconsistencies
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1005 that could cause problems when performing calculations. This is
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1006 a very useful command that should be used before a UNIT is saved
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1007 with saveAmberParm or its variations.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1008 With the optional parmset, all missing parameters are placed in the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1009 PARMSET to allow for easy editing of those parameters. If a string is
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1010 passed, a PARMSET will be created with that name.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1011 Currently it checks for the following possible problems:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1012
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1013 - Long bonds. A long bond is greater than 3.0 angstroms.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1014
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1015 - Short bonds. A short bond is less than 0.5 angstroms.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1016
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1017 - Non-integral total charge of the UNIT.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1018
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1019 - Missing types.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1020
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1021 - Close contacts between non-bonded ATOMs. A close contact is
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1022 less than 1.5 angstroms.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1023
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1024 clearPdbAtomMap
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1025
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1026 Clear the Name Map used for ``second-chance'' mapping of atom names in
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1027 PDB files to atoms within residue UNITs. See addPdbAtomMap.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1028
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1029 clearPdbResMap
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1030
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1031 Clear the Name Map used to map residue names in PDB files to variable
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1032 names within LEaP. See addPdbResMap.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1033
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1034 clearVariables [ list ]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1035
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1036 LIST _list_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1037
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1038 This command removes variables from LEaP. If the _list_ argument
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1039 is provided, then only the variables in the LIST will be removed.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1040 If no argument is provided then ALL variables will be removed.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1041
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1042 variable = combine list
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1043 object _variable_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1044 LIST _list_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1045
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1046 Combine the contents of the UNITs within _list_ into a single UNIT.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1047 The new UNIT is placed in _variable_. This command is similar to
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1048 the sequence command except it does not link the ATOMs of the UNITs
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1049 together.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1050
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1051 newvariable = copy variable
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1052
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1053 object _newvariable_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1054 object _variable_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1055
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1056 Create an exact duplicate of the object _variable_. Changing the object
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1057 _variable_ will not affect the object _newvariable_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1058 This is in contrast to the situation created by "newvariable = variable"
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1059 in which both names reference the same object.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1060
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1061 variable = createAtom name type charge
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1062
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1063 ATOM _variable_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1064 STRING _name_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1065 STRING _type_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1066 NUMBER _charge_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1067
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1068 Return a new ATOM with _name_, _type_, and _charge_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1069
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1070 variable = createParmset name
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1071 PARMSET _variable_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1072 STRING _name_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1073
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1074 Return a new and empty PARMSET with the name _name_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1075
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1076 variable = createResidue name
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1077 RESIDUE _variable_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1078 STRING _name_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1079
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1080 Return a new and empty RESIDUE with the name _name_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1081
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1082 variable = createUnit name
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1083 UNIT _variable_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1084 STRING _name_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1085
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1086 Return a new and empty UNIT with the name _name_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1087
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1088 crossLink res1 conn1 res2 conn2
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1089
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1090 RESIDUE _res1_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1091 STRING _connect1_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1092 RESIDUE _res2_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1093 STRING _connect2_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1094
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1095 Create a bond between ATOMs at the connection point specified by
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1096 _conn1_ and _conn2_. The argument _conn1_ and _conn2_ can have the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1097 following values:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1098
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1099 Name_ Alternatives__
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1100 $connect0 $nend, $firstend
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1101 $connect1 $cend, $lastend
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1102 $connect2 $send, $disulphide
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1103 $connect3
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1104 $connect4
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1105 $connect5
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1106
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1107 debugOff filename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1108
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1109 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1110
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1111 This command is a system debugging function. It turns off debugging
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1112 messages from the source (.c) file _filename_. The symbol *
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1113 matches all files. The default for all filenames is `off'.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1114 Note that system debugging is in effect only if LEaP was compiled
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1115 with the preprocessor macro DEBUG defined.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1116
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1117 debugOn filename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1118
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1119 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1120
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1121 This command is a system debugging function. It turns on debugging
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1122 messages from the source (.c) file _filename_. The symbol *
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1123 matches all files. The default for all filenames is `off'.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1124 Note that system debugging is in effect only if LEaP was compiled
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1125 with the preprocessor macro DEBUG defined.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1126
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1127 debugStatus
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1128 This command is a memory debugging function. It displays various
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1129 messages that describe LEaP's usage of system resources.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1130 Note that memory debugging is in effect only if LEaP was compiled
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1131 with the preprocessor macro MEMORY_DEBUG defined; MEMORY_DEBUG values
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1132 range from 1 through 4 with the greatest being the most aggressive.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1133
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1134 deleteBond atom1 atom2
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1135
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1136 ATOM _atom1_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1137 ATOM _atom2_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1138
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1139 Remove the bond between the ATOMs _atom1_ and _atom2_. If no bond
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1140 exists, an error will be displayed.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1141
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1142 deleteOffLibEntry library entry
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1143 STRING _library_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1144 STRING _entry_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1145
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1146 Delete _entry_ from the Object File Format file named _library_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1147
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1148 deleteRestraint unit a b [c [d]]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1149
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1150 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1151 ATOM _a_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1152 ATOM _b_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1153 ATOM _c_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1154 ATOM _d_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1155
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1156 Remove a bond, angle, or torsion restraint from _unit_, depending
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1157 on the number of ATOMs specified.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1158
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1159 desc variable
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1160 object _variable_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1161
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1162 Print a description of the object.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1163
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1164 deSelect obj
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1165
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1166 UNIT/RESIDUE/ATOM _obj_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1167
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1168 Clears the SELECT flag on all ATOMs within _obj_. See the select command.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1169
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1170 displayPdbAtomMap
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1171
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1172 Display the Name Map used for ``second chance'' mapping of atom names
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1173 in PDB files to atoms within residue UNITs. See addPdbAtomMap.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1174
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1175 displayPdbResMap
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1176
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1177 Display the Name Map used to map residue names in PDB files to variable
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1178 names within LEaP. See addPdbResMap.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1179
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1180 edit unit-parmset
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1181 UNIT/PARMSET _unit-parmset_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1182
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1183 In xLEaP this command creates a unit editor or parameter set editor
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1184 that contains the UNIT or PARMSET _unit-parmset_. The user can view
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1185 and edit the contents of the UNIT or PARMSET by using the mouse.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1186 If _unit-parmset_ is a PARMSET, then the user may select the Atom, Bond,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1187 Angle, Torsion, Improper Torsion, or Hydrogen Bond Parameters to
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1188 edit by selecting the appropriate button.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1189 In tLEaP this command prints an error message.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1190
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1191 flip obj
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1192
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1193 UNIT _obj_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1194
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1195 Flips the chirality of the selected atoms within _obj_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1196
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1197 groupSelectedAtoms unit name
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1198
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1199 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1200 STRING _name_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1201
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1202 Create a group within _unit_ with the name _name_ using all of the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1203 ATOMs within the UNIT that are selected. If the group has already
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1204 been defined then overwrite the old group.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1205
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1206 help [string]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1207
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1208 STRING _string_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1209
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1210 This command prints a description of the command in _string_. If
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1211 the STRING is not given then a list of legal STRINGs is provided.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1212
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1213 impose unit seqlist internals
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1214
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1215 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1216 LIST _seqlist_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1217 LIST _internals_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1218
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1219 The impose command allows the user to impose internal coordinates
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1220 on the UNIT. The list of RESIDUEs to impose the internal coordinates
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1221 upon is in _seqlist_. The internal coordinates to impose are in
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1222 the LIST _internals_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1223 The command works by looking into each RESIDUE within the UNIT that
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1224 is listed in the _seqlist_ argument and attempts to apply each of
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1225 the internal coordinates within _internals_. The _seqlist_ argument
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1226 is a LIST of NUMBERs that represent sequence numbers or ranges of
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1227 sequence numbers. Ranges of sequence numbers are represented by
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1228 two-element LISTs that contain the first and last sequence number
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1229 in the range. The user can specify sequence number ranges that are
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1230 larger than what is found in the UNIT. For example the range { 1 999 }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1231 represents all RESIDUEs in a 200 RESIDUE UNIT.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1232 The _internals_ argument is a LIST of LISTs. Each sublist contains
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1233 a sequence of ATOM names which are of type STRING followed by the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1234 value of the internal coordinate. See the output of help _types_ for
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1235 details on specifying STRINGs. Examples of the impose command are:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1236
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1237 impose peptide { 1 2 3 } { { $N $CA $C $N -40.0 } { $C $N $CA $C
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1238 -60.0 } }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1239
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1240 The RESIDUEs with sequence numbers 1, 2, and 5 within the UNIT peptide
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1241 will assume an alpha helix conformation.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1242
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1243 impose peptide { 1 2 { 5 10 } 12 } { { "CA" "CB" 5.0 } }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1244
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1245 This will impose on the residues with sequence numbers 1, 2, 5, 6,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1246 7, 8, 9, 10, and 12 within the UNIT peptide a bond length of 5.0
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1247 angstroms between the alpha and beta carbons. RESIDUEs without an
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1248 ATOM named $CB (like glycine) will be unaffected.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1249 Three types of conformational change are supported; bond length changes,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1250 bond angle changes, and torsion angle changes. If the conformational
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1251 change involves a torsion angle, then all dihedrals around the central
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1252 pair of atoms are rotated. The entire list of internals are applied
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1253 to each RESIDUE.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1254
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1255 list
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1256 List all of the variables currently defined.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1257
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1258 listOff library
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1259 STRING _library_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1260
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1261 List the UNITs/PARMSETs stored within the Object File Format file
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1262 named _library_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1263
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1264 variable = loadAmberParams filename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1265 PARMSET _variable_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1266 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1267
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1268 Load an AMBER format parameter set file and place it in _variable_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1269 All interactions defined in the parameter set will be contained within
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1270 _variable_. This command causes the loaded parameter set to be included
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1271 in LEaP's list of parameter sets that are searched when parameters are
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1272 required. General proper and improper torsion parameters are modified,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1273 the AMBER general type "X" is replaced with the LEaP general type "?".
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1274
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1275 loadAmberPrep filename [ prefix ]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1276
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1277 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1278 STRING _prefix_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1279
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1280 This command loads an AMBER PREP input file. For each residue that
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1281 is loaded, a new UNIT is constructed that contains a single RESIDUE
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1282 and a variable is created with the same name as the name of the residue
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1283 within the PREP file. If the optional argument _prefix_ is provided
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1284 it will be prefixed to each variable name; this feature is used to
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1285 prefix united atom residues, which have the same names as all-atom
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1286 residues, with the string $U to distinguish them.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1287
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1288 variable = loadMol2 filename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1289 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1290
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1291 Load a Sybyl Mol2-format file with the file name _filename_. The UNIT
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1292 loaded will have the name specified for the MOLECULE in the input file.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1293
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1294 variable = loadMol3 filename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1295 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1296
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1297 Load a Sybyl-derived Mol3-format file with the file name _filename_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1298 The UNIT loaded will have the name specified for the MOLECULE in the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1299 input file.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1300
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1301 More information:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1302 http://q4md-forcefieldtools.org/Tutorial/leap-mol3.php
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1303
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1304 loadOff filename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1305 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1306
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1307 This command loads the Object File Format library within the file named
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1308 _filename_. All UNITs and PARMSETs within the library will be loaded.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1309 The objects are loaded into LEaP under the variable names the objects
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1310 had when they were saved. Variables already in existence that have the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1311 same names as the objects being loaded will be overwritten. PARMSETs
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1312 loaded using this command are included in LEaP's library of PARMSETs
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1313 that is searched whenever parameters are required.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1314
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1315 variable = loadPdb filename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1316 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1317
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1318 Load a Protein Data Bank format file with the file name _filename_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1319 The sequence numbers of the RESIDUEs will be determined from the order
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1320 of residues within the PDB file ATOM records. For each residue in the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1321 PDB file, LEaP searches the variables currently defined for variable
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1322 names that match the residue name. If a match is found then the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1323 contents of the variable are copied into the UNIT created for the PDB
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1324 structure. If no PDB `TER' card separates the current residue from the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1325 previous one, a bond is created between the connect1 ATOM of the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1326 previous residue and the connect0 atom of the new one. (A PDB TER
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1327 record is also used to detect a new residue in the case of contiguous
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1328 residues with identical residue sequence numbers.) As atoms are read
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1329 from the ATOM records, their coordinates are written into the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1330 correspondingly named ATOMs within the residue being built. If the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1331 entire residue is read and it is found that ATOM coordinates are missing
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1332 then external coordinates are built from the internal coordinates that
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1333 were defined in the matching UNIT (residue) variable. This allows LEaP
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1334 to build coordinates for hydrogens and lone pairs which are not
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1335 specified in PDB files.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1336
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1337 loadPdbUsingSeq filename unitlist
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1338
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1339 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1340 LIST _unitlist_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1341
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1342 This command reads a Protein Data Bank format file from the file
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1343 named _filename_. This command is identical to loadPdb except it
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1344 does not use the residue names within the PDB file. Instead, the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1345 sequence is defined by the user in _unitlist_. For more details
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1346 see loadPdb.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1347
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1348 logFile filename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1349
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1350 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1351
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1352 This command opens the file with the file name _filename_ as a log
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1353 file. User input and ALL output is written to the log file. Output
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1354 is written to the log file as if the verbosity level were set to 2.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1355
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1356 variable = matchVariables string
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1357
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1358 LIST _variable_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1359 STRING _string_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1360
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1361 Create a LIST of variables with names that match _string_. The _string_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1362 argument can contain the wildcard characters "?" and "*" to match any
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1363 single character or substring of characters, respectively.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1364
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1365 measureGeom atom1 atom2 [ atom3 [ atom4 ] ]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1366 ATOM _atom1_ _atom2_ _atom3_ _atom4_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1367
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1368 Measure the distance, angle, or torsion between two, three, or four ATOMs,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1369 respectively.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1370
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1371 quit
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1372
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1373 relax obj
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1374
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1375 UNIT _obj_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1376
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1377 Relaxes the selected atoms within _obj_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1378
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1379 remove a b
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1380
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1381 UNIT/RESIDUE/ATOM _a_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1382 UNIT/RESIDUE/ATOM _b_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1383
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1384 Remove the object _b_ from the object _a_. If _a_ is not contained
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1385 by _b_ then an error message will be displayed. This command is
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1386 used to remove ATOMs from RESIDUEs, and RESIDUEs from UNITs. If
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1387 the object represented by _b_ is not referenced by some variable
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1388 name then it will be destroyed.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1389
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1390 restrainAngle unit a b c force angle
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1391
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1392 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1393 ATOM _a_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1394 ATOM _b_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1395 ATOM _c_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1396 NUMBER _force_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1397 NUMBER _angle_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1398
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1399 Add an angle restraint to _unit_ between atoms _a_, _b_, and _c_,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1400 having force constant of _force_, and equilibrium angle _angle_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1401
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1402 restrainBond unit a b force length
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1403
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1404 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1405 ATOM _a_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1406 ATOM _b_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1407 NUMBER _force_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1408 NUMBER _length_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1409
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1410 Add a bond (distance) restraint to _unit_ between atoms _a_ and _b_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1411 with a force constant of _force_ and an equilibrium distance of _length_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1412
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1413 restrainTorsion unit a b c d force phi multiplicity
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1414
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1415 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1416 ATOM _a_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1417 ATOM _b_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1418 ATOM _c_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1419 ATOM _d_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1420 NUMBER _force_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1421 NUMBER _phi_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1422 NUMBER _multiplicity_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1423
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1424 Add a torsion restraint to _unit_ between atoms _a_, _b_, _c_, and
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1425 _d_, with a force constant of _force_, an equilibrium torsion angle
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1426 of _phi_, and a multiplicity of _multiplicity_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1427
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1428 saveAmberParm unit topologyfilename coordinatefilename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1429
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1430 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1431 STRING _topologyfilename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1432 STRING _coordinatefilename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1433
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1434 Save the AMBER topology and coordinate files for the UNIT into the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1435 files named _topologyfilename_ and _coordinatefilename_ respectively.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1436 This command will cause LEaP to search its list of PARMSETs for
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1437 parameters defining all of the interactions between the ATOMs within
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1438 the UNIT. This command produces a topology file and a coordinate file
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1439 which are identical in format to those produced by the AMBER program
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1440 PARM, and which can be read into AMBER and SPASMS for energy minimization,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1441 dynamics, or nmode calculations.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1442 See also: saveAmberParmPol, saveAmberParmPert, and saveAmberParmPolPert
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1443 for including atomic polarizabilities and preparing free energy
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1444 perturbation calculations and saveAmberParmNetcdf for saving in a
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1445 binary format.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1446
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1447 saveAmberParmNetcdf unit topologyfilename coordinatefilename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1448
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1449 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1450 STRING _topologyfilename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1451 STRING _coordinatefilename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1452
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1453 Save the AMBER topology and coordinate files for the UNIT into the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1454 files named _topologyfilename_ and _coordinatefilename_ respectively.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1455 This command will cause LEaP to search its list of PARMSETs for
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1456 parameters defining all of the interactions between the ATOMs within
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1457 the UNIT. This command produces a topology file and a coordinate file
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1458 which can be read into AMBER and SPASMS for energy minimization, dynamics,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1459 or nmode calculations.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1460 The coordinate file written will be in the binary NetCDF AMBER restart
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1461 format, which enables the writing of larger input files and quicker I/O.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1462 Use saveAmberParm for the regular ASCII coordinate format.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1463
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1464 saveAmberParmPert unit topologyfilename coordinatefilename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1465
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1466 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1467 STRING _topologyfilename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1468 STRING _coordinatefilename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1469
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1470 Save the AMBER topology and coordinate files for the UNIT into the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1471 files named _topologyfilename_ and _coordinatefilename_ respectively.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1472 This command will cause LEaP to search its list of PARMSETs for
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1473 parameters defining all of the interactions between the ATOMs within
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1474 the UNIT - including the perturbed ATOMs (which are ignored by the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1475 vanilla saveAmberParm command). This command produces a topology file
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1476 and a coordinate file that are identical in format to those produced by
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1477 the AMBER PARM program using the PERT option, and which can be read into
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1478 AMBER and SPASMS for free energy calculations.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1479
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1480 saveAmberParmPol unit topologyfilename coordinatefilename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1481
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1482 Like saveAmberParm, but includes atomic polarizabilities in the topology
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1483 file for use with IPOL=1 in Sander. The polarizabilities are according
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1484 to atom type, and are defined in the 'mass' section of the parm.dat or
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1485 frcmod file. Note: charges are normally scaled when polarizabilities are
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1486 used - see scaleCharges for an easy way of doing this.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1487
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1488 saveAmberParmPolPert unit topologyfilename coordinatefilename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1489
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1490 Like saveAmberParmPert, but includes atomic polarizabilities in the topology
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1491 file for use with IPOL=1 in Gibbs. The polarizabilities are according to
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1492 atom type, and are defined in the 'mass' section of the parm.dat or frcmod
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1493 file. Note: charges are normally scaled when polarizabilities are used -
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1494 see scaleCharges for an easy way of doing this.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1495
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1496 saveAmberPrep unit filename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1497
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1498 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1499 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1500
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1501 Save all residues in the UNIT to a prep.in file. All possible improper
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1502 dihedrals are given for each residue, so unwanted ones need to be
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1503 deleted from the file. 'Connect0' and 'connect1' atoms must be defined
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1504 for each residue.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1505
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1506 saveMol2 unit filename option
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1507
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1508 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1509 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1510 NUMBER _option_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1511
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1512 Write UNIT to the file _filename_ as a Mol2 format file.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1513 option = 0 for Default atom types
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1514 option = 1 for AMBER atom types
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1515
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1516 More information:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1517 https://upjv.q4md-forcefieldtools.org/Tutorial/leap-mol2.php
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1518
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1519 saveMol3 unit filename option
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1520
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1521 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1522 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1523 NUMBER _option_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1524
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1525 Write UNIT to the file _filename_ as a Mol3 format file.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1526 option = 0 for Default atom types
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1527 option = 1 for AMBER atom types
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1528
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1529 More information:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1530 http://q4md-forcefieldtools.org/Tutorial/leap-mol3.php
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1531
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1532 saveOff object filename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1533
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1534 object _object_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1535 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1536
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1537 The saveOff command allows the user to save UNITs, and PARMSETs to a
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1538 file named _filename_. The file is written using the Object File
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1539 Format (OFF) and can accommodate an unlimited number of uniquely
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1540 named objects. The names by which the objects are stored are the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1541 variable names specified in the argument of this command. If the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1542 file _filename_ already exists then the new objects will be added
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1543 to the file. If there are objects within the file with the same
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1544 names as objects being saved then the old objects will be overwritten.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1545 The argument _object_ can be a single UNIT, a single PARMSET, or
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1546 a LIST of mixed UNITs and PARMSETs.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1547
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1548 savePdb unit filename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1549
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1550 UNIT _unit_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1551 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1552
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1553 Write UNIT to the file _filename_ as a PDB format file.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1554
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1555 scaleCharges container scale_factor
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1556
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1557 UNIT/RESIDUE/ATOM _container_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1558 NUMBER _scale_factor_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1559
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1560 This command scales the charges in the object by _scale_factor_,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1561 which must be > 0. It is useful for building systems for use
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1562 with polarizable atoms, e.g.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1563 > x = copy solute
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1564 > scaleCharges x 0.8
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1565 > y = copy WATBOX216
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1566 > scalecharges y 0.875
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1567 > solvatebox x y 10
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1568 > saveamberparmpol x x.top x.crd
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1569
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1570 select obj
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1571
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1572 UNIT/RESIDUE/ATOM _obj_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1573
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1574 Sets the SELECT flag on all ATOMs within _obj_. See the deSelect command.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1575
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1576 variable = sequence list
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1577
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1578 LIST _list_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1579
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1580 The sequence command is used to create a new UNIT by copying the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1581 contents of a LIST of UNITs. As each UNIT in the list is copied,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1582 a bond is created between its head atom and the tail ATOM of the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1583 previous UNIT, if both connect ATOMs are defined. If only one of
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1584 the connect pair is defined, a warning is generated and no bond is
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1585 created. If neither connection ATOM is defined then no bond is
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1586 created. As each RESIDUE within a UNIT is copied, it is assigned a
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1587 sequence number reflecting the order added. The order of RESIDUEs
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1588 in multi-RESIDUE UNITs is maintained.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1589 This command builds reasonable starting coordinates for the new UNIT
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1590 by assigning internal coordinates to the linkages between the component
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1591 UNITs and building the Cartesian coordinates from these and the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1592 internal coordinates of the component UNITs.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1593
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1594 set default variable value
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1595 STRING _variable_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1596 STRING _value_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1597 OR
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1598 set container parameter object
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1599 UNIT/RESIDUE/ATOM/STRING _container_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1600 STRING _parameter_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1601 object _object/value_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1602
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1603 This command sets the values of some global parameters (when the first
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1604 argument is "default") or sets various parameters associated with _container_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1605
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1606 To see the possible variables for "set default", type "help set_default".
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1607
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1608 The box parameter of a UNIT defines the bounding box of the UNIT; this is
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1609 not a UNIT's periodic box. The setBox and solvate family of commands add a
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1610 periodic box to a UNIT; for a description, type, e.g., "help setBox".
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1611
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1612 The more useful parameters for each type of _container_ are the following:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1613 container parameters values
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1614
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1615 UNIT name STRING
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1616 head, tail ATOM [e.g. unit.1.1]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1617 restype "protein" "nucleic" "saccharide" "solvent"
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1618 "undefined" [sets all residues in UNIT]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1619 box LIST [side lengths: {A B C}]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1620 or NUMBER [cube side length] or "null"
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1621 cap LIST [center, radius: {X Y Z R}]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1622 or "null"
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1623
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1624 RESIDUE name STRING
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1625 [e.g. restype [see UNIT]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1626 unit.1] connect0, connect1 ATOM [e.g. unit.1.1]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1627 imagingAtom ATOM [e.g. unit.1.1]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1628
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1629 ATOM name, pertName STRING [<= 4 chars]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1630 [e.g. type, pertType STRING [<= 2 chars]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1631 unit.1.1] element STRING
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1632 pert "true" [or pert flag unset]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1633 charge, pertCharge DOUBLE
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1634 position LIST [{X Y Z}]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1635
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1636 Allowed arguments to "set default variable value" are these:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1637 variables values descriptions
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1638
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1639 PdbWriteCharges "on" add charges to each ATOM record
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1640 "off" don't do this (default)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1641
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1642 OldPrmtopFormat "on" use prmtop format from Amber6 and earlier
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1643 "off" use the new prmtop format (default)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1644
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1645 Gibbs "on" require perturbed atoms to be set explicitly
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1646 (needed for gibbs)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1647 "off" set perturbed if Type != PertType (default)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1648 (OK for sander)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1649
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1650 UseResIds "on" put cols 22-27 of the input pdb file into
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1651 "off" a RESIDUE_ID table in prmtop files; default
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1652 is "off"; only works with new prmtop formats,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1653 and when a single loadPdb command is used to
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1654 create a unit.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1655
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1656 Charmm "on" include terms for CHARMM22 force fields
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1657 "off" don't include these (default)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1658
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1659 DeleteExtraPointAngles
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1660 "on" delete angles and torsions relating to
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1661 extra points (default)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1662 "off" don't delete these (for older codes only)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1663
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1664 FlexibleWater "on" allow for flexible 3-point water models
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1665 "off" assume 3-point water models are rigid (default)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1666
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1667 PBRadii "bondi" use Bondi radii for generalized Born
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1668 "mbondi" use H-modified Bondi radii (default)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1669 "mbondi2" use H(N)-modified Bondi radii
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1670 "mbondi3" ArgH and AspGluO modified Bondi2 radii
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1671 "parse" Radii from the Sitkoff et al. parse parameters
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1672 "pbamber" Huo and Kollman optimized radii (old!)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1673 "amber6" use radii that were the default in amber6
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1674 (only recommended for backwards compat.)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1675
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1676 Dielectric "distance" use distance-dependent dielectric (default)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1677 "constant" use constant dielectric
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1678
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1679 dipole_damp_factor real sets the default value for "DIPOLE_DAMP_FACTOR"
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1680 for dipole screening factors in Thole models.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1681 Valid value > 0.0
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1682
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1683 sceescalefactor real sets the default value for "SCEE_SCALE_FACTOR"
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1684 for 1-4 EEL scaling factors. Valid value > 0.0.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1685 Default=1.2.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1686
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1687 scnbscalefactor real sets the default value for "SCNB_SCALE_FACTOR"
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1688 for 1-4 NB scaling factors. Valid value > 0.0.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1689 Default=2.0.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1690
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1691 CMAP "on" include CMAP corrections for dihedrals
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1692 "off" don't include these (default)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1693
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1694 PHIPSIMAP "on" include residue-based PHIPSI parameters
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1695 "off" don't include these (default)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1696
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1697 ipol integer Sets the default value for IPOL.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1698 Valid values are 0 - 4.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1699 Default value is 0, meaning disabled.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1700
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1701 nocenter "on" coordinates will not be centered in the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1702 periodic simulation box
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1703 "off" coordinates will be centered (default)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1704
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1705 reorder_residues "on" solvent will be moved to the end (default)
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1706 "off" residue order will be maintained as input.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1707 Beta feature: use at your own risk!
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1708
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1709 setBox solute enclosure [ buffer ]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1710 UNIT _solute_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1711 "vdw" OR "centers" _enclosure_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1712 object _buffer_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1713
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1714 The setBox command creates a periodic box around the _solute_ UNIT, turning
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1715 it into a periodic system for the simulation programs. It does not add
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1716 any solvent to the system. The choice of "vdw" or "centers" determines
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1717 whether the box encloses all entire atoms or just all atom centers -
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1718 use "centers" if the system has been previously equilibrated as a
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1719 periodic box. See the solvateBox command for a description of the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1720 buffer object, which extends either type of box by an arbitrary amount.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1721
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1722 showDefault [ variable OR all OR * ]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1723 STRING _variable_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1724
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1725 The showdefault command shows the values assigned to the variables by
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1726 the "set default" command. Without variable, with "all", or with "*",
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1727 all default variables are shown.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1728
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1729 solvateBox solute solvent buffer [ "iso" ] [ closeness ]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1730
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1731 UNIT _solute_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1732 UNIT _solvent_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1733 object _buffer_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1734 NUMBER _closeness_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1735
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1736 The solvateBox command creates a solvent box around the _solute_ UNIT.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1737 The _solute_ UNIT is modified by the addition of _solvent_ RESIDUEs.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1738
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1739 The user may want to first align long solutes that are not expected
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1740 to tumble using alignAxes, in order to minimize box volume.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1741
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1742 The normal choice for a TIP3 _solvent_ UNIT is WATBOX216. Note that
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1743 constant pressure equilibration is required to bring the artificial box
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1744 to reasonable density, since Van der Waals voids remain due to the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1745 impossibility of natural packing of solvent around the solute and at
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1746 the edges of the box.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1747
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1748 The solvent box UNIT is copied and repeated in all three spatial directions
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1749 to create a box containing the entire solute and a buffer zone defined
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1750 by the _buffer_ argument. The _buffer_ argument defines the distance,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1751 in angstroms, between the wall of the box and the closest ATOM in the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1752 solute.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1753
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1754 If the buffer argument is a single NUMBER, then the buffer distance is
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1755 the same for the x, y, and z directions, unless the "iso" option is used
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1756 to make the box isometric, with the shortest box clearance = buffer. If
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1757 "iso" is used, the solute is rotated to orient the principal axes,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1758 otherwise it is just centered on the origin.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1759
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1760 If the buffer argument is a LIST of three NUMBERS, then the NUMBERs are
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1761 applied to the x, y, and z axes respectively. As the larger box is created
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1762 and superimposed on the solute, solvent molecules overlapping the solute
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1763 are removed.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1764
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1765 The optional _closeness_ parameter can be used to control the extent to
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1766 which _solvent_ ATOMs overlap _solute_ ATOMs. The default value of
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1767 the _closeness_ argument is 1.0, which allows no overlap. Smaller
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1768 values allow solvent ATOMs to overlap _solute_ ATOMs by (1 - closeness) *
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1769 R*ij, where R*ij is the sum of the Van der Waals radii of solute and
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1770 solvent atoms. Values greater than 1 enforce a minimum gap between
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1771 solvent and solute of (closeness - 1) * R*ij.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1772
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1773 This command modifies the _solute_ UNIT in several ways. First, the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1774 coordinates of the ATOMs are modified to move the center of a box
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1775 enclosing the Van der Waals radii of the atoms to the origin. Secondly,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1776 the UNIT is modified by the addition of _solvent_ RESIDUEs copied from
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1777 the _solvent_ UNIT. Finally, the box parameter of the new system (still
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1778 named for the _solute_) is modified to reflect the fact that a periodic,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1779 rectilinear solvent box has been created around it.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1780
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1781 solvateCap solute solvent position radius [ closeness ]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1782
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1783 UNIT _solute_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1784 UNIT _solvent_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1785 object _position_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1786 NUMBER _radius_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1787 NUMBER _closeness_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1788
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1789 The solvateCap command creates a solvent cap around the _solute_ UNIT
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1790 or a part thereof. The _solute_ UNIT is modified by the addition of
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1791 _solvent_ RESIDUEs.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1792 The normal choice for a TIP3 _solvent_ UNIT is WATBOX216. The _solvent_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1793 box is repeated in all three spatial directions and _solvent_ RESIDUEs
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1794 selected to create a solvent sphere with a radius of _radius_ Angstroms.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1795
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1796 The _position_ argument defines where the center of the solvent cap
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1797 is to be placed. If _position_ is a UNIT, RESIDUE, ATOM, or a LIST
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1798 of UNITs, RESIDUEs, or ATOMs, then the geometric center of the ATOMs
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1799 within the object will be used as the center of the solvent cap sphere.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1800 If _position_ is a LIST containing three NUMBERs then the _position_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1801 argument will be treated as a vector that defines the position of
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1802 the solvent cap sphere center.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1803
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1804 The optional _closeness_ parameter can be used to control the extent to
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1805 which _solvent_ ATOMs overlap _solute_ ATOMs. The default value of
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1806 the _closeness_ argument is 1.0, which allows no overlap. Smaller
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1807 values allow solvent ATOMs to overlap _solute_ ATOMs by (1 - closeness) *
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1808 R*ij, where R*ij is the sum of the Van der Waals radii of solute and
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1809 solvent atoms. Values greater than 1 enforce a minimum gap between
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1810 solvent and solute of (closeness - 1) * R*ij.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1811
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1812 This command modifies the _solute_ UNIT in several ways. First,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1813 the UNIT is modified by the addition of _solvent_ RESIDUEs copied
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1814 from the _solvent_ UNIT. Secondly, the cap parameter of the UNIT
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1815 _solute_ is modified to reflect the fact that a solvent cap has been
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1816 created around the solute.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1817
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1818 solvateDontClip solute solvent buffer [ closeness ]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1819
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1820 UNIT _solute_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1821 UNIT _solvent_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1822 object _buffer_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1823 NUMBER _closeness_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1824
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1825 This command is identical to the solvateBox command except that the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1826 solvent box that is created is not clipped to the boundary of the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1827 _buffer_ region. This command forms larger solvent boxes than does
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1828 solvateBox because it does not cause solvent that is outside the buffer
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1829 region to be discarded. This helps to preserve the periodic structure
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1830 of properly constructed solvent boxes, preventing hot-spots from
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1831 forming.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1832
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1833 solvateOct solute solvent buffer [ "iso" ] [ closeness ]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1834
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1835 UNIT _solute_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1836 UNIT _solvent_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1837 object _buffer_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1838 NUMBER _closeness_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1839
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1840 The solvateOct command is the same as solvateBox, except the corners
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1841 of the box are sliced off, resulting in a truncated octahedron, which
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1842 typically gives a more uniform distribution of solvent around the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1843 solute.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1844
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1845 In solvateOct, when a LIST is given for the buffer argument, four
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1846 numbers are given instead of three, where the fourth is the diagonal
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1847 clearance. If 0.0 is given as the fourth number, the diagonal clearance
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1848 resulting from the application of the x,y,z clearances is reported. If
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1849 a non-0 value is given, this may require scaling up the other clearances,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1850 which is also reported. Similarly, if a single number is given, any
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1851 scaleup of the x,y,z buffer to accommodate the diagonal clip is reported.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1852
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1853 If the "iso" option is used, the isometric truncated octahedron is
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1854 rotated to an orientation used by the PME code, and the box and angle
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1855 dimensions output by the saveAmberParm* commands are adjusted for PME
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1856 code imaging.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1857
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1858 solvateShell solute solvent thickness [ closeness ]
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1859
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1860 UNIT _solute_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1861 UNIT _solvent_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1862 NUMBER _thickness_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1863 NUMBER _closeness_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1864
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1865 The solvateShell command creates a solvent shell around the _solute_ UNIT.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1866 The _solute_ UNIT is modified by the addition of _solvent_ RESIDUEs.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1867
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1868 The normal choice for a TIP3 _solvent_ UNIT is WATBOX216. The _solvent_ box
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1869 is repeated in all three spatial directions and _solvent_ RESIDUEs selected
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1870 to create a solvent shell with a radius of _thickness_ Angstroms around the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1871 _solute_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1872
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1873 The _thickness_ argument defines the maximum distance a _solvent_ ATOM may
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1874 be from the closest _solute_ ATOM.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1875
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1876 The optional _closeness_ parameter can be used to control overlap of _solvent_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1877 with _solute_ ATOMs. The default value of the _closeness_ argument is
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1878 1.0, which allows contact but no overlap. Please see the solvateBox
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1879 command for more details on the _closeness_ parameter.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1880
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1881 source filename
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1882 STRING _filename_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1883
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1884 This command executes LEaP commands within a text file. To display the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1885 commands as they are read, see the verbosity command. The text within
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1886 the source file must be formatted exactly like the text the user types
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1887 into LEaP.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1888
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1889 transform atoms matrix
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1890
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1891 CONTAINER/LIST _atoms_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1892 LIST _matrix_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1893
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1894 Translate all of the ATOMs within _atoms_ by the (3X3) or (4X4) matrix
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1895 defined by the 9 or 16 NUMBERs in the LIST of LISTs _matrix_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1896 { { r11 r12 r13 -tx }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1897 { r21 r22 r23 -ty }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1898 { r31 r32 r33 -tz }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1899 { 0 0 0 1 } }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1900 The diagonal upper left elements, rII can be used for symmetry operations,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1901 e.g. a reflection in the XY plane can be produced with r11=1, r22=1, r33=-1
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1902 where the other rIJ elements are 0. The -t column is used to specify
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1903 translations along the appropriate axes (0 for no translation).
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1904
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1905 translate atoms direction
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1906
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1907 UNIT/RESIDUE/ATOM _atoms_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1908 LIST _direction_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1909
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1910 Translate all of the ATOMs within _atoms_ by the vector defined by
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1911 the three NUMBERs in the LIST _ direction_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1912
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1913 verbosity level
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1914
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1915 NUMBER _level_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1916
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1917 This command sets the level of output that LEaP provides the user.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1918 A value of 0 is the default, providing the minimum of messages. A
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1919 value of 1 will produce more output, and a value of 2 will produce
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1920 all of the output of level 1 and display the text of the script lines
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1921 executed with the source command.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1922
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1923 zMatrix obj zmatrix
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1924
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1925 UNIT/RESIDUE/ATOM _obj_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1926 LIST _zmatrix_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1927
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1928 The zMatrix command is quite complicated. It is used to define the
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1929 external coordinates of ATOMs within _obj_ using internal coordinates.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1930 The second parameter of the zMatrix command is a LIST of LISTs; each
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1931 sub-list has several arguments:
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1932
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1933 { a1 a2 bond12 }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1934
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1935 This entry defines the coordinate of _a1_ by placing it _bond12_ angstroms
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1936 along the x-axis from ATOM _a2_. If ATOM _a2_ does not have coordinates
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1937 defined then ATOM _a2_ is placed at the origin.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1938
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1939 { a1 a2 a3 bond12 angle123 }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1940
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1941 This entry defines the coordinate of _a1_ by placing it _bond12_ angstroms
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1942 away from ATOM _a2_ making an angle of _angle123_ degrees between
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1943 _a1_, _a2_ and _a3_. The angle is measured in a right hand sense
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1944 and in the x-y plane. ATOMs _a2_ and _a3_ must have coordinates defined.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1945
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1946 { a1 a2 a3 a4 bond12 angle123 torsion1234 }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1947
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1948 This entry defines the coordinate of _a1_ by placing it _bond12_ angstroms
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1949 away from ATOM _a2_, creating an angle of _angle123_ degrees between
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1950 _a1_, _a2_, and _a3_, and making a torsion angle of _torsion1234_ between
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1951 _a1_, _a2_, _a3_, and _a4_.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1952
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1953 { a1 a2 a3 a4 bond12 angle123 angle124 orientation }
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1954
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1955 This entry defines the coordinate of _a1_ by placing it _bond12_ angstroms
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1956 away from ATOM _a2_, making angles _angle123_ between ATOMs _a1_,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1957 _a2_, and _a3_, and _angle124_ between ATOMs _a1_, _a2_, and _a4_. The
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1958 argument _orientation_ defines whether the ATOM _a1_ is above or below
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1959 a plane defined by the ATOMs _a2_, _a3_, and _a4_. If _orientation_
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1960 is positive then _a1_ will be placed in such a way so that the inner
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1961 product of (_a3_-_a2_) cross (_a4_-_a2_) with (_a1_-_a2_) is positive.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1962 Otherwise _a1_ will be placed on the other side of the plane. This
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1963 allows the coordinates of a molecule like fluoro-chloro-bromo-methane
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1964 to be defined without having to resort to dummy atoms.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1965 The first arguments within the zMatrix entries ( _a1_, _a2_, _a3_,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1966 _a4_ ) are either ATOMs or STRINGs containing names of ATOMs within
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1967 _obj_. The subsequent arguments are all NUMBERs. Any ATOM can be
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1968 placed at the _a1_ position, even those that have coordinates defined.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1969 This feature can be used to provide an endless supply of dummy atoms,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1970 if they are required. A predefined dummy atom with the name "*"
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1971 (a single asterisk, no quotes) can also be used.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1972 No order is imposed in the sub-lists. The user can place sub-lists
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1973 in arbitrary order, as long as they maintain the requirement that
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1974 all atoms _a2_, _a3_, and _a4_ must have external coordinates defined,
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1975 except for entries that define the coordinate of an ATOM using only
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1976 a bond length.
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1977
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1978
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1979 ]]> </help>
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1980 <expand macro="citations" />
3de1359b86cc "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
chemteam
parents:
diff changeset
1981 </tool>