Skip to content

Commit

Permalink
edit chain selection discrition
Browse files Browse the repository at this point in the history
  • Loading branch information
NDoering99 committed Dec 23, 2024
1 parent ab1b740 commit 3603a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdpath/mdpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def main():
parser.add_argument(
"-chain",
dest="chain",
help="Chain of the protein to be analyzed in the topology file.",
help="Chain of the protein to be analyzed in the topology file. CAUTION: only one chain can be selected for analysis.",
required=False,
default=False,
)
Expand Down

0 comments on commit 3603a78

Please sign in to comment.