diff minim.xml @ 2:ea7b9183bf30 draft

planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7ba07c3130a2170e8f91acc4a81f5626563a79eb
author chemteam
date Thu, 28 Mar 2019 10:15:48 -0400
parents 911eb71ccd1f
children c1e98d48b8b4
line wrap: on
line diff
--- a/minim.xml	Thu Oct 04 18:21:10 2018 -0400
+++ b/minim.xml	Thu Mar 28 10:15:48 2019 -0400
@@ -17,7 +17,7 @@
         ln -s '$gro_input' ./solv_ions.gro &&
         ln -s '$top_input' ./top_input.top &&
   
-        gmx grompp -f ./minim.mdp -c ./solv_ions.gro -p ./top_input.top -o em.tpr &>> verbose.txt &&
+        gmx grompp -f ./minim.mdp -c ./solv_ions.gro -r ./solv_ions.gro -p ./top_input.top -o em.tpr &>> verbose.txt &&
         gmx mdrun -deffnm em &>> verbose.txt
         
     ]]></command>
@@ -115,7 +115,7 @@
     </tests>
     <help><![CDATA[
 
-Upload GRO and TOP files for energy minimisation. To take advantage of all GROMACS features, upload an MDP file with simulation parameters. Otherwise, choose parameters through the Galaxy interface. See http://manual.gromacs.org/online/mdp_opt.html for more information on the options.
+Upload GRO and TOP files for energy minimisation. To take advantage of all GROMACS features, upload an MDP file with simulation parameters. Otherwise, choose parameters through the Galaxy interface. See http://manual.gromacs.org/documentation/2018/user-guide/mdp-options.html for more information on the options.
 
     ]]></help>