Mercurial > repos > chemteam > gmx_editconf
comparison editconf.xml @ 6:a8d6fb39bcec draft default tip
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
| author | chemteam |
|---|---|
| date | Wed, 20 May 2020 16:51:20 +0000 |
| parents | d517c77503f5 |
| children |
comparison
equal
deleted
inserted
replaced
| 5:0413354fa5ff | 6:a8d6fb39bcec |
|---|---|
| 1 <tool id="gmx_editconf" name="GROMACS structure configuration" version="@VERSION@"> | 1 <tool id="gmx_editconf" name="GROMACS structure configuration" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@"> |
| 2 <description>using editconf</description> | 2 <description>using editconf</description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@GALAXY_VERSION@">0</token> | |
| 4 <import>macros.xml</import> | 5 <import>macros.xml</import> |
| 5 </macros> | 6 </macros> |
| 6 | 7 |
| 7 <expand macro="requirements" /> | 8 <expand macro="requirements" /> |
| 8 | 9 |
| 67 <param name="dim" value="1.0" /> | 68 <param name="dim" value="1.0" /> |
| 68 <param name="type" value="cubic" /> | 69 <param name="type" value="cubic" /> |
| 69 <output name="output" file="newbox.gro"/> | 70 <output name="output" file="newbox.gro"/> |
| 70 </test> | 71 </test> |
| 71 <test> | 72 <test> |
| 72 <param name="input_file" value="npt.gro" ftype="gro"/> | 73 <param name="input_file" value="newbox.gro" ftype="gro"/> |
| 73 <param name="output_format" value="pdb" /> | 74 <param name="output_format" value="pdb" /> |
| 74 <param name="config" value="false" /> | 75 <param name="config" value="false" /> |
| 75 <output name="output" file="npt.pdb"/> | 76 <output name="output" file="newbox.pdb"/> |
| 76 </test> | 77 </test> |
| 77 </tests> | 78 </tests> |
| 78 <help><