Skip to content

Commit

Permalink
docs: fix make_ndx command
Browse files Browse the repository at this point in the history
  • Loading branch information
KRiedmiller committed Feb 22, 2024
1 parent c9c7898 commit 69b3d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/tutorials/colbuilder.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ By providing a gromacs index file with all backbone and crosslink atoms, the scr
Such a index file can be generated with

```bash
echo 'backbone | r LY2 LY3_L4Y_L5Y_LYX' | gmx make_ndx -n index.ndx -o index.ndx
echo -ne "r ACE & a CH3\nr NME & a CH3\n\"Protein\"|\"Other\"\n\"Backbone\"| r LY2 LY3 L4Y L5Y LYX\nq\n"| gmx make_ndx -f npt.gro
```

Now let's look at the sequence.
Expand Down

0 comments on commit 69b3d74

Please sign in to comment.