Skip to content

Commit

Permalink
--cif2pdb help
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus committed Sep 26, 2024
1 parent faf6373 commit f898a07
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 @@ -245,7 +245,7 @@ def get_parser():
"""), action='store_true')

parser.add_argument('--cif2pdb', help="[PyMOL Python package required]", action='store_true')
parser.add_argument('--cif2pdb', help="convert cif to PDB, fancy way", action='store_true')
parser.add_argument('--pdb2cif', help="[PyMOL Python package required]", action='store_true')

parser.add_argument('--mdr', help='get structures ready for MD (like rpr but without first)',
Expand Down

0 comments on commit f898a07

Please sign in to comment.