Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
97gamjak committed May 13, 2024
2 parents 524c8a3 + 6c22aa6 commit 52e31d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions PQAnalysis/cli/gen2xyz.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def add_arguments(cls, parser: _ArgumentParser) -> None:
parser.add_argument(
'--nobox',
action='store_true',
default=False,
help='Do not print the box.'
)

Expand Down
1 change: 1 addition & 0 deletions PQAnalysis/cli/rst2xyz.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def add_arguments(cls, parser: _ArgumentParser) -> None:
parser.add_argument(
'--nobox',
action='store_true',
default=False,
help='Do not print the box.'
)

Expand Down
1 change: 1 addition & 0 deletions PQAnalysis/cli/traj2box.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def add_arguments(cls, parser: _ArgumentParser) -> None:
parser.add_argument(
'--vmd',
action='store_true',
default=False,
help='Output in VMD format.'
)

Expand Down

0 comments on commit 52e31d4

Please sign in to comment.