annotate packmol.xml @ 2:539fb45630e6 draft default tip

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
author chemteam
date Mon, 07 Oct 2019 12:46:54 -0400
parents ddb1ae2cf028
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
1 <tool id="packmol" name="PACKMOL" version="18.169.1">
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
2 <description>- initial configurations for molecular dynamics simulations by packing optimization</description>
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
3 <macros>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
4 <import>macros_packmol.xml</import>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
5 </macros>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
6 <requirements>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
7 <requirement type="package" version="18.169">packmol</requirement>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
8 </requirements>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
9 <command detect_errors="exit_code">
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
10 <![CDATA[
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
11 python '$packmol_script' '$inputs' &&
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
12 packmol < '$parameteroutfile'
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
13 ]]>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
14 </command>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
15 <configfiles>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
16 <inputs name="inputs" />
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
17 <configfile name="packmol_script"><![CDATA[
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
18
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
19 import os
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
20 import sys
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
21 import json
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
22
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
23 from jinja2 import Environment, FileSystemLoader
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
24
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
25 input_json_path = sys.argv[1]
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
26 params = json.load(open(input_json_path, "r"))
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
27
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
28 # get the inputs
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
29 input_iter = []
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
30 #for $i, $s in enumerate( $packmol_inputs ) ## enumerate( $packmol_format.packmol_inputs )
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
31 pmfile_index = $i
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
32 pmfile_path = "${s.input.file_name}"
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
33 input_iter.append(pmfile_path)
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
34 params["packmol_inputs"][pmfile_index]["file"] = pmfile_path ## params["packmol_format"]["packmol_inputs"]
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
35 params["packmol_inputs"][pmfile_index]["datasetname"] = "${s.input.name}" ## params["packmol_format"]["packmol_inputs"]
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
36 #end for
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
37
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
38 params["outfile"] = "$outfile"
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
39
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
40 currentpath = "$__tool_directory__" # should work generally
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
41 template_environment = Environment(loader=FileSystemLoader(currentpath),lstrip_blocks=True, trim_blocks=True)
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
42 template = template_environment.get_template('template.j2')
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
43 print(params)
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
44
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
45 with open("$parameteroutfile",'w+') as f:
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
46 f.write(template.render(params))
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
47
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
48 ]]>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
49 </configfile>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
50 </configfiles>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
51 <inputs>
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
52
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
53 <!-- <conditional name="packmol_format">
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
54 <param name="selected_format" type="select" label="Select a file format:">
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
55 <option value="pdb" selected="true">pdb</option>
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
56 <option value="xyz">xyz</option>
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
57 <option value="tinker">tinker</option>
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
58 <option value="moldy">moldy</option>
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
59 </param>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
60 <when value="pdb">
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
61 <expand macro="multiple_input" name="packmol_inputs" format="pdb" label="pdb input with molecule type" help_text="Select a pdb file in .pdb format"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
62 </when>
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
63 <when value="xyz">
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
64 <expand macro="multiple_input" name="packmol_inputs" format="xyz" label="xyz input with molecule type" help_text="Select a xyz file in .xyz format"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
65 </when>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
66 <when value="tinker">
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
67 <expand macro="multiple_input" name="packmol_inputs" format="tinker" label="tinker input with molecule type" help_text="Select a tinker file in .tinker format"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
68 </when>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
69 <when value="moldy">
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
70 <expand macro="multiple_input" name="packmol_inputs" format="moldy" label="moldy input with molecule type" help_text="Select a moldy file in .moldy format"/>
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
71 </when>
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
72 </conditional> -->
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
73 <expand macro="multiple_input" name="packmol_inputs" format="pdb" label="PDB input with molecule type" help_text="Select a PDB file in .pdb format"/>
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
74 <section name="allparams" title="General parameters" expanded="false">
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
75 <param name="tolerance" type="float" value="2.0" label="Distance tolerance" min="0.0" max="100.0"/>
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
76 <param name="nloop" type="integer" value="20" label="Maximum number of optimisation loops" min="1" max="10000"/>
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
77 <param name="maxit" type="integer" value="20" label="Maximum number of gencan iterations per loop" min="1" max="10000"/>
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
78 <param name="seed" type="integer" value="-1" label="Random number generator seed, default of -1 uses the computer time to set the seed" />
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
79 </section>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
80 </inputs>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
81 <outputs>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
82 <data format="pdb" name="outfile" label="${tool.name}: structure output">
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
83 <!-- <change_format>
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
84 <when input="selected_format" value="pdb" format="pdb"/>
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
85 <when input="selected_format" value="xyz" format="xyz"/>
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
86 <when input="selected_format" value="tinker" format="tinker"/>
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
87 <when input="selected_format" value="moldy" format="moldy"/>
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
88 </change_format> -->
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
89 </data>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
90 <data format="txt" name="parameteroutfile" label="${tool.name}: parameter output"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
91 </outputs>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
92 <tests>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
93 <test>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
94 <param name="selected_format" value="pdb"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
95 <param name="packmol_inputs_0|input" value="water.pdb" ftype="pdb"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
96 <param name="allparams.seed" value="101"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
97 <output name="outfile" file="packmol_outfile1.pdb" compare="sim_size" delta="100000">
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
98 <assert_contents>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
99 <has_text text="HETATM 300 O HOH"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
100 </assert_contents>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
101 </output>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
102 <output name="parameteroutfile" file="packmol_parameteroutfile_1.txt" compare="diff" lines_diff="6"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
103 </test>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
104 <test>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
105 <param name="selected_format" value="pdb"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
106 <param name="packmol_inputs_0|input" value="water.pdb" ftype="pdb"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
107 <param name="packmol_inputs_1|input" value="urea.pdb" ftype="pdb"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
108 <param name="packmol_inputs_0|structureparams|number" value="1000"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
109 <param name="packmol_inputs_1|structureparams|number" value="400"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
110 <param name="packmol_inputs_0|structureparams|constraints_repeat_0|constraints|constraint" value="box"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
111 <param name="packmol_inputs_0|structureparams|constraints_repeat_0|constraints|xmax" value="40.0"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
112 <param name="packmol_inputs_0|structureparams|constraints_repeat_0|constraints|ymax" value="40.0"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
113 <param name="packmol_inputs_0|structureparams|constraints_repeat_0|constraints|zmax" value="40.0"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
114 <param name="packmol_inputs_1|structureparams|constraints_repeat_0|constraints|constraint" value="box"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
115 <param name="packmol_inputs_1|structureparams|constraints_repeat_0|constraints|xmax" value="40.0"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
116 <param name="packmol_inputs_1|structureparams|constraints_repeat_0|constraints|ymax" value="40.0"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
117 <param name="packmol_inputs_1|structureparams|constraints_repeat_0|constraints|zmax" value="40.0"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
118 <param name="allparams.seed" value="-1"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
119 <output name="outfile" file="packmol_outfile2.pdb" compare="sim_size" delta="100000">
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
120 <assert_contents>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
121 <has_text text="HETATM 3000 O HOH"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
122 <has_text text="HETATM 6200 H 2 B"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
123 </assert_contents>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
124 </output>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
125 <output name="parameteroutfile" file="packmol_parameteroutfile_2.txt" compare="diff" lines_diff="6"/>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
126 </test>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
127 </tests>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
128 <help><![CDATA[
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
129 .. class:: infomark
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
130
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
131 **What it does**
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
132
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
133 Packmol creates initial MD configurations from input molecules - for example, creating a water and urea mixture.
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
134
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
135 .. class:: infomark
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
136
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
137 **How it works**
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
138
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
139 - Select a molecule file type e.g. pdb, xyz
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
140 - Select a single molecule from your history (can select multiple)
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
141 - For each molecule:
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
142 - choose how many molecules to create (number variable)
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
143 - optionally choose:
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
144 - molecular radius
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
145 - how to number the molecules (resnumber variable)
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
146 - choose one or more placement constraint(s). Each constraint has different parameters:
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
147 - for example, specify placement inside a cube of size 40 Angstroms placed at the origin
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
148 - all units are in Angstroms for distances and degrees for angles
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
149
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
150 .. class:: infomark
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
151
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
152 **Outputs created**
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
153
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
154 - A pdb file; view this in Galaxy by clicking on the 'visualize' icon and choosing a viewer. The NGLViewer works well for small molecules.
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
155 - A packmol input script (for debugging and repeatability)
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
156
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
157 .. class:: infomark
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
158
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
159 **User guide and documentation**
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
160
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
161 - Packmol `userguide`_
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
162 - Calculating the number of molecules using the `volume guesser`_
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
163
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
164 .. class:: infomark
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
165
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
166 **Known issues**
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
167
2
539fb45630e6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 1
diff changeset
168 - fixed constraint only allows 1 atom but this is not set for the user. The user has to set this parameter. The job may fail.
0
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
169
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
170 .. _`userguide`: http://m3g.iqm.unicamp.br/packmol/userguide.shtml#more
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
171 .. _`volume guesser`: http://m3g.iqm.unicamp.br/packmol/utilities.shtml
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
172
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
173 ]]>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
174 </help>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
175 <citations>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
176 <citation type="doi">10.1002/jcc.21224</citation>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
177 </citations>
0b8a0ce446f5 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff changeset
178 </tool>