Skip to content

Commit

Permalink
Update rna_pdb_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus authored Mar 5, 2024
1 parent e84ac67 commit 90bab94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rna_tools/rna_pdb_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 90bab94

Please sign in to comment.