Mercurial > repos > chemteam > gmx_em
comparison minim.xml @ 7:8d4c8a79eadd draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 43df863472247b5da304627b6b863c47ab7d02fa"
| author | chemteam |
|---|---|
| date | Sun, 01 Dec 2019 09:15:42 -0500 |
| parents | 6b79ed3d924d |
| children | dc98e5c8165a |
comparison
equal
deleted
inserted
replaced
| 6:6b79ed3d924d | 7:8d4c8a79eadd |
|---|---|
| 16 | 16 |
| 17 ln -s '$gro_input' ./solv_ions.gro && | 17 ln -s '$gro_input' ./solv_ions.gro && |
| 18 ln -s '$top_input' ./top_input.top && | 18 ln -s '$top_input' ./top_input.top && |
| 19 | 19 |
| 20 gmx grompp -f ./minim.mdp -c ./solv_ions.gro -r ./solv_ions.gro -p ./top_input.top -o em.tpr &>> verbose.txt && | 20 gmx grompp -f ./minim.mdp -c ./solv_ions.gro -r ./solv_ions.gro -p ./top_input.top -o em.tpr &>> verbose.txt && |
| 21 gmx mdrun -deffnm em &>> verbose.txt | 21 gmx mdrun -nt "\${GALAXY_SLOTS:-4}" -deffnm em &>> verbose.txt |
| 22 | 22 |
| 23 ]]></command> | 23 ]]></command> |
| 24 <configfiles> | 24 <configfiles> |
| 25 <!-- .mdp files for the gromacs simulation --> | 25 <!-- .mdp files for the gromacs simulation --> |
| 26 <configfile name="minim"> | 26 <configfile name="minim"> |
