Skip to content

Commit

Permalink
Fix duplicated --check-geometry rna_standardize.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus authored Mar 9, 2024
1 parent c566085 commit 94f961f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rna_tools/rna_standardize.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ def get_parser():
parser.add_argument('--no-hr', help='do not insert the header into files',
action='store_true')

parser.add_argument('--check-geometry', help='check connectivity betweeen residues and angles',
action='store_true')

parser.add_argument('--check-geometry', help='check connectivity betweeen residues and angles',
action='store_true', default=True)

Expand Down

0 comments on commit 94f961f

Please sign in to comment.