annotate md_converter.xml @ 1:f40eb1f8536f draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
author chemteam
date Mon, 07 Oct 2019 12:53:15 -0400
parents acce5039ece7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
f40eb1f8536f "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 0
diff changeset
1 <tool id="md_converter" name="MDTraj file converter" version="1.9.3">
0
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
2
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
3 <description>- interconvert between MD trajectory or structure file formats.</description>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
4
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
5 <requirements>
1
f40eb1f8536f "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 0
diff changeset
6 <requirement type="package" version="1.9.3">mdtraj</requirement>
f40eb1f8536f "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 0
diff changeset
7 <requirement type="package" version="2019.1">gromacs</requirement>
0
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
8 </requirements>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
9
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
11
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
12 #if $input.conversion == 'str':
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
13 ln -s '$input_file' ./input.$input_file.ext &&
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
14 gmx editconf -f ./input.$input_file.ext -o ./output.${input.output_format} &&
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
15 cp ./output.${input.output_format} $output
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
16 #end if
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
17
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
18 #if $input.conversion == 'traj':
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
19 ln -s '$input_file' ./input.$input_file.ext &&
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
20 mdconvert ./input.$input_file.ext -o ./output.${input.output_format} &&
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
21 cp ./output.${input.output_format} $output
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
22
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
23 #end if
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
24
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
25 ]]></command>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
26 <inputs>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
27 <conditional name="input">
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
28 <param argument="conversion" type="select" label="Type of conversion">
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
29 <option value="traj">Trajectory file</option>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
30 <option value="str">Structure file</option>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
31 </param>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
32 <when value="traj">
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
33 <param argument="input_file" type="data" format='xtc, trr, dcd' label="Input file for conversion"/>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
34 <param argument="output_format" type="select" label="Output format">
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
35 <option value="trr">TRR file</option>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
36 <option value="xtc">XTC file</option>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
37 <option value="dcd">DCD file</option>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
38 </param>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
39 </when>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
40 <when value="str">
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
41 <param argument="input_file" type="data" format='gro, pdb' label="Input file for conversion"/>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
42 <param argument="output_format" type="select" label="Output format">
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
43 <option value="gro">GRO file</option>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
44 <option value="pdb">PDB file</option>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
45 </param>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
46 </when>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
47 </conditional>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
48 </inputs>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
49
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
50 <outputs>
1
f40eb1f8536f "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 0
diff changeset
51 <data name="output">
0
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
52 <change_format>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
53 <when input="output_format" value="gro" format="gro"/>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
54 <when input="output_format" value="pdb" format="pdb"/>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
55 <when input="output_format" value="trr" format="trr"/>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
56 <when input="output_format" value="xtc" format="xtc"/>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
57 <when input="output_format" value="dcd" format="dcd"/>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
58 </change_format>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
59 </data>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
60 </outputs>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
61
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
62 <tests>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
63 <test>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
64 <param name="conversion" value="traj" />
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
65 <param name="output_format" value="dcd" />
1
f40eb1f8536f "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 0
diff changeset
66 <param name="input_file" value="traj.xtc" ftype="xtc"/>
0
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
67 <output name="output" file="traj.dcd" compare="sim_size"/>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
68 </test>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
69 <test>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
70 <param name="conversion" value="traj" />
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
71 <param name="output_format" value="trr" />
1
f40eb1f8536f "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 0
diff changeset
72 <param name="input_file" value="traj.dcd" ftype="dcd"/>
0
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
73 <output name="output" file="traj.trr"/>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
74 </test>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
75 <test>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
76 <param name="conversion" value="str" />
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
77 <param name="output_format" value="gro" />
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
78 <param name="input_file" value="str.pdb" ftype="pdb"/>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
79 <output name="output" file="str.gro" compare="sim_size"/>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
80 </test>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
81 <test>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
82 <param name="conversion" value="str" />
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
83 <param name="output_format" value="pdb" />
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
84 <param name="input_file" value="str.gro" ftype="gro"/>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
85 <output name="output" file="str2.pdb" compare="sim_size"/>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
86 </test>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
87 </tests>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
88 <help><![CDATA[
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
89 **What it does**
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
90
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
91 This tool interconverts between MD file formats: xtc, trr and dcd (trajectory formats) and pdb and gro (structure formats).
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
92
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
93 _____
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
94
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
95
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
96 .. class:: infomark
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
97
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
98 **Input**
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
99
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
100 - Trajectory file (trr, xtc, dcd) or structure file (pdb, gro)
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
101
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
102 _____
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
103
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
104
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
105 .. class:: infomark
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
106
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
107 **Output**
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
108
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
109 - Trajectory file (trr, xtc, dcd) or structure file (pdb, gro)
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
110 ]]></help>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
111 <citations>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
112 <citation type="doi">10.1016/j.bpj.2015.08.015</citation>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
113 <citation type="doi">10.1016/j.softx.2015.06.001</citation>
acce5039ece7 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 8aeaf3f199cccb1bbb26a29628e7bb75abaf189d
chemteam
parents:
diff changeset
114 </citations>
1
f40eb1f8536f "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 0
diff changeset
115 </tool>