Skip to content

Commit

Permalink
updated cyclic peptide builder script
Browse files Browse the repository at this point in the history
  • Loading branch information
vgapsys committed Jul 14, 2021
1 parent 4a949e6 commit 68dbdeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pmx/scripts/build_cyclic_top.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ def main(argv):
cmd = 'gmx grompp -p ../topol.top -c box.pdb -f em.mdp -o em.tpr'
os.system(cmd)
# mdrun
# mdrun = '/usr/local/gromacs/2021/2021.2-impi2017-fftw337-gcc93-cuda11.1/bin/mdrun_threads'
mdrun = 'gmx mdrun'
mdrun = '/usr/local/gromacs/2021/2021.2-impi2017-fftw337-gcc93-cuda11.1/bin/mdrun_threads'
# mdrun = 'gmx mdrun'
cmd = '{0} -s em.tpr -c minimized.pdb -v -ntomp 1 -ntmpi 1'.format(mdrun)
os.system(cmd)
# clean after
Expand Down

0 comments on commit 68dbdeb

Please sign in to comment.