diff trj.xml @ 4:9363254ef848 draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
author chemteam
date Wed, 20 May 2020 12:58:22 -0400
parents e9cc595562b8
children cdf93d057569
line wrap: on
line diff
--- a/trj.xml	Fri May 08 07:33:19 2020 -0400
+++ b/trj.xml	Wed May 20 12:58:22 2020 -0400
@@ -1,7 +1,8 @@
-<tool id="gmx_trj" name="Modify/convert GROMACS trajectories" version="@VERSION@">
+<tool id="gmx_trj" name="Modify/convert GROMACS trajectories" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
     <description>using trjconv and trjcat</description>
     <macros>
         <import>macros.xml</import>
+        <token name="@GALAXY_VERSION@">0</token>
     </macros>
 
     <expand macro="requirements" />
@@ -125,9 +126,9 @@
             <param name="cat" value="true" />
             <output name="output" file="trjcat.xtc" ftype="xtc"/>
         </test>
-        <test>
+        <!-- <test> -->
             <!-- echo '1 1' | gmx trjconv -f npt.xtc -s npt.tpr -n -center -pbc mol -ur compact -o npt_c.xtc -->
-            <param name="trj_op" value="trjconv" />
+            <!-- <param name="trj_op" value="trjconv" />
             <param name="trj_input" value="npt.xtc" />
             <param name="str_input" value="npt.tpr" ftype="tpr"/>
             <param name="ndx_input" value="index.ndx" />
@@ -141,7 +142,7 @@
             <param name="ur" value="compact" />
             <param name="ur" value="tric" />
             <output name="output" file="trjconv.xtc" ftype="xtc"/>
-        </test>
+        </test> -->
     </tests>
     <help><![CDATA[