From 90bab94cfd6aa3fefeaba503957173d08ca0523f Mon Sep 17 00:00:00 2001 From: Marcin Magnus Date: Mon, 4 Mar 2024 20:13:37 -0500 Subject: [PATCH] Update rna_pdb_tools.py --- rna_tools/rna_pdb_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rna_tools/rna_pdb_tools.py b/rna_tools/rna_pdb_tools.py index bd96ca840..f2044a954 100755 --- a/rna_tools/rna_pdb_tools.py +++ b/rna_tools/rna_pdb_tools.py @@ -86,7 +86,7 @@ def get_parser(): parser.add_argument('--to-mol2', help='fix a PDB file, ! external program, pdbfixer used to fix missing atoms', action='store_true') - parser.add_argument('--split-alt-locations', help='@todo', + parser.add_argument('--split-alt-locations', help='splits atoms, e.g. for alt locs A and B, it splits atoms two MODELS (all localizations A goes into MODEL1 and all localizations B goes into MODEL2'), action='store_true') parser.add_argument('-c', '--clean', help='get clean structure',