Skip to content
Snippets Groups Projects
Verified Commit 96fa6b96 authored by James Graham's avatar James Graham
Browse files

docs: add note to README about MDTraj on macOS

parent 080bca70
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,13 @@ PyCGTOOL requires Python 3.6 or higher and may be installed using pip: ...@@ -35,6 +35,13 @@ PyCGTOOL requires Python 3.6 or higher and may be installed using pip:
pip install pycgtool pip install pycgtool
``` ```
### MDTraj on macOS
On some macOS builds, with some versions of the Clang compiler, MDTraj fails to load GROMACS XTC simulation trajectories.
If you encounter this issue, try using Conda to install MDTraj.
For more information see this issue: [MDTraj/#1572](https://github.com/mdtraj/mdtraj/issues/1572).
## Usage ## Usage
Input to PyCGTOOL is GROMACS GRO and XTC files, along with two custom files: MAP and BND. These files provide the atomistic-to-CG mapping and bonded topology respectively. Example files are present in the [test/data](https://github.com/jag1g13/pycgtool/tree/master/test/data) directory. The format of these files is described in the [full documentation](https://pycgtool.readthedocs.io/en/master/index.html). Input to PyCGTOOL is GROMACS GRO and XTC files, along with two custom files: MAP and BND. These files provide the atomistic-to-CG mapping and bonded topology respectively. Example files are present in the [test/data](https://github.com/jag1g13/pycgtool/tree/master/test/data) directory. The format of these files is described in the [full documentation](https://pycgtool.readthedocs.io/en/master/index.html).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment