changeset 11:807aa4c9293d draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit ab7232ec03a3361f808f5a0be0828e0f7fbd376d"
author chemteam
date Mon, 23 Nov 2020 10:48:28 +0000
parents f197e34c33a9
children 73008ef1f487
files macros.xml sim.xml
diffstat 2 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Tue Oct 20 10:39:26 2020 +0000
+++ b/macros.xml	Mon Nov 23 10:48:28 2020 +0000
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@TOOL_VERSION@">2020.2</token>
+    <token name="@TOOL_VERSION@">2020.4</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">gromacs</requirement>
--- a/sim.xml	Tue Oct 20 10:39:26 2020 +0000
+++ b/sim.xml	Mon Nov 23 10:48:28 2020 +0000
@@ -43,15 +43,15 @@
             -p ./top_input.top 
             -o outp.tpr &>> verbose.txt &&
 
-
-        gmx mdrun
-            -nt "\${GALAXY_SLOTS:-4}"
-            ## GPU
-            #if "\${GROMACS_GPU:-0}" == 1:
+        #if "\${GPU_AVAILABLE:-0}" == 1:
+            gmx_gpu mdrun
                 -ntmpi 1
                 -nb gpu
                 -pme gpu
-            #end if
+        #else:
+            gmx mdrun
+        #end if
+            -nt "\${GALAXY_SLOTS:-4}"
             -deffnm outp &>> verbose.txt
 
         #if $outps.str == 'pdb' or $outps.str == 'both'