Mercurial > repos > chemteam > gmx_em
changeset 7:759bfb8fef0d draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 43df863472247b5da304627b6b863c47ab7d02fa"
author | chemteam |
---|---|
date | Sun, 01 Dec 2019 14:06:01 +0000 |
parents | 0d855119e896 |
children | 32fced15a189 |
files | macros.xml minim.xml |
diffstat | 2 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Nov 20 16:04:15 2019 +0000 +++ b/macros.xml Sun Dec 01 14:06:01 2019 +0000 @@ -55,9 +55,6 @@ </conditional> - <param name="capture_log" type="boolean" value="false" label="Generate detailed log" help="Generate detailed log information that can be summarized with ParseLog."/> - - </xml> <xml name="log">
--- a/minim.xml Wed Nov 20 16:04:15 2019 +0000 +++ b/minim.xml Sun Dec 01 14:06:01 2019 +0000 @@ -18,7 +18,7 @@ ln -s '$top_input' ./top_input.top && 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 + gmx mdrun -nt "\${GALAXY_SLOTS:-4}" -deffnm em &>> verbose.txt ]]></command> <configfiles>