Skip to content

Commit

Permalink
Merge pull request #18 from kassonlab/master
Browse files Browse the repository at this point in the history
Updates to md-tutorial docs.
  • Loading branch information
imanp committed Oct 20, 2015
2 parents d4cdb05 + 58f4ab4 commit f448b0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions doc/tutorials/md-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ We import it with

.. code-block:: none
> cpcc import gromacs
> cpcc info gromacs
\.\.\.\.\.\.
Expand Down Expand Up @@ -144,7 +146,7 @@ We do this by connecting the grompp tpr output to the mdrun tpr input.
.. code-block:: none
> cpcc transact
> cpcc connect grompp.out.tpr mdrun.in.tpr
> cpcc connect grompp:out.tpr mdrun:in.tpr
Scheduled to connect grompp.out.tpr to mdrun.in.tpr at commit
here you will notice syntax like grompp.out.tpr, These are called workflow paths. The next section
Expand Down Expand Up @@ -241,7 +243,7 @@ we will use the ``cpcc setf`` command to provide the input files for our grompp

.. code-block:: none
> cpcc setf grompp.in.conf[+] conf.gro
> cpcc setf grompp:in.conf[+] conf.gro
Committing scheduled changes:
- Set grompp:grompp:in.conf[0] to _inputs/0000/conf.gro
Expand All @@ -252,11 +254,11 @@ using the plus. lets add the topology file and the mdp file.

.. code-block:: none
> cpcc setf grompp.in.top[+] topol.top
> cpcc setf grompp:in.top[+] topol.top
Committing scheduled changes:
- Set grompp:grompp:in.top[0] to _inputs/0001/topol.top
> cpcc setf grompp.in.mdp[+] grompp.mdp
> cpcc setf grompp:in.mdp[+] grompp.mdp
Committing scheduled changes:
- Set grompp:grompp:in.mdp[0] to _inputs/0002/grompp.mdp
Expand Down
2 changes: 1 addition & 1 deletion examples/mdrun-test/grompp.mdp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ tcoupl = V-rescale
; Groups to couple separately
tc-grps = protein water
; Time constant (ps) and reference temperature (K)
tau_t = 5.0 5.0
tau_t = 3.0 3.0
ref_t = 298 298
; Pressure coupling
Pcoupl = Berendsen
Expand Down

0 comments on commit f448b0b

Please sign in to comment.