annotate md_converter.xml @ 10:be3cb628aa3e draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 92567532c07f2ef6e64c34dfbcaedfcb7b761f17"
author chemteam
date Tue, 30 Nov 2021 09:55:06 +0000
parents ba83f0923369
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
1 <tool id="md_converter" name="MDTraj file converter" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
2 <description>- interconvert between MD trajectory file formats.</description>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
3 <macros>
10
be3cb628aa3e "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit 92567532c07f2ef6e64c34dfbcaedfcb7b761f17"
chemteam
parents: 9
diff changeset
4 <token name="@TOOL_VERSION@">1.9.7</token>
9
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
5 <token name="@GALAXY_VERSION@">0</token>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
6 </macros>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
7 <requirements>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
8 <requirement type="package" version="@TOOL_VERSION@">mdtraj</requirement>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
9 </requirements>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
10
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
12
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
13 ln -s '$input_file' ./input.$input_file.ext &&
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
14 mdconvert ./input.$input_file.ext -o ./output.${output_format} &&
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
15 cp ./output.${output_format} $output
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
16
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
17 ]]></command>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
18 <inputs>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
19 <param argument="input_file" type="data" format='xtc,trr,dcd,netcdf' label="Input file for conversion"/>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
20 <param argument="output_format" type="select" label="Output format">
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
21 <option value="trr">TRR file</option>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
22 <option value="xtc">XTC file</option>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
23 <option value="dcd">DCD file</option>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
24 <option value="netcdf">NETCDF file</option>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
25 </param>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
26 </inputs>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
27
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
28 <outputs>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
29 <data name="output">
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
30 <change_format>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
31 <when input="output_format" value="trr" format="trr"/>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
32 <when input="output_format" value="xtc" format="xtc"/>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
33 <when input="output_format" value="dcd" format="dcd"/>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
34 <when input="output_format" value="netcdf" format="netcdf"/>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
35 </change_format>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
36 </data>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
37 </outputs>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
38
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
39 <tests>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
40 <test>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
41 <param name="conversion" value="traj" />
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
42 <param name="output_format" value="dcd" />
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
43 <param name="input_file" value="traj.xtc" ftype="xtc"/>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
44 <output name="output" file="traj.dcd" compare="sim_size"/>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
45 </test>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
46 <test>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
47 <param name="conversion" value="traj" />
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
48 <param name="output_format" value="trr" />
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
49 <param name="input_file" value="traj.dcd" ftype="dcd"/>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
50 <output name="output" file="traj.trr"/>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
51 </test>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
52 <test>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
53 <param name="conversion" value="traj" />
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
54 <param name="output_format" value="netcdf" />
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
55 <param name="input_file" value="traj.trr" ftype="trr"/>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
56 <output name="output">
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
57 <assert_contents>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
58 <has_size value="461416" delta="6000"/>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
59 </assert_contents>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
60 </output>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
61 </test>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
62 </tests>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
63 <help><![CDATA[
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
64 **What it does**
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
65
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
66 This tool interconverts between MD trajectory file formats: xtc, trr, dcd and netcdf.
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
67
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
68 _____
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
69
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
70
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
71 .. class:: infomark
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
72
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
73 **Input**
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
74
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
75 - Trajectory file (trr, xtc, dcd, netcdf)
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
76
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
77 _____
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
78
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
79
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
80 .. class:: infomark
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
81
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
82 **Output**
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
83
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
84 - Trajectory file (trr, xtc, dcd, netcdf)
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
85 ]]></help>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
86 <citations>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
87 <citation type="doi">10.1016/j.bpj.2015.08.015</citation>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
88 </citations>
ba83f0923369 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/mdfileconverter commit a6a1b0dc37ce54aae5e88dba50a1b8056739f443"
chemteam
parents:
diff changeset
89 </tool>