Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ chmod +x ai2bmd
The format of the simulation trajectory is `.traj` of ASE format. To convert it to `.dcd` format for visualization, you can install MDAnalysis first and take `src/utils/traj2dcd.py` as reference with the following commands:

```shell
python traj2dcd.py --input xxx.pdb --output xxx.dcd --pdb xxx.pdb --num-atoms nnn --stride nnn
python traj2dcd.py --input xxx.traj --output xxx.dcd --pdb xxx.pdb --num-atoms nnn --stride nnn

# arguments
# --input The name of the input trajectory file
Expand Down