From 3603a785b4d6563fd2493f2eb83c02e42b35c1d4 Mon Sep 17 00:00:00 2001 From: Niklas Piet Doering Date: Mon, 23 Dec 2024 09:11:01 +0100 Subject: [PATCH] edit chain selection discrition --- mdpath/mdpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdpath/mdpath.py b/mdpath/mdpath.py index 935e919..5ab71d8 100644 --- a/mdpath/mdpath.py +++ b/mdpath/mdpath.py @@ -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, )