Gromacs Tutorial
Credit
Thanks to Justin A. Lemkul, Ph.D. (Virginia Tech Department of Biochemistry) for his GROMACS tutorials, I adjusted them a bit to include wget
and use a plotting tool for the command line.
Some Gromacs Basics
With the release of version 5.0 of GROMACS, all of the tools are essentially modules of a binary named “gmx”. This is a departure from previous versions, wherein each of the tools was invoked as its own command. In 5.0, this still works via symlinks, but they will go away in future versions, so it is best to get accustomed to the new way of doing things. To get help information about any GROMACS module, you can invoke either of the following commands:
$ gmx help (module)
or
$ gmx (module) -h
where (module) is replaced by the actual name of the command you’re trying to issue. Information will be printed to the terminal, including available algorithms, options, required file formats, known bugs and limitations, etc. For new users of GROMACS, invoking the help information for common commands is a great way to learn about what each command can do. Now, on to the fun stuff!
Lysozyme Tutorial
Start the tutorial: Generate Topology