Skip to content

Commit

Permalink
PyMOL4RNA/libs/calc_gdt.py: gdt_hs(sel1, sel2): -> def gdt_ha
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus committed May 7, 2024
1 parent 5aaeb05 commit e30023c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rna_tools/tools/PyMOL4RNA/libs/calc_gdt.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def gdt(sel1, sel2):
return GDT

@cmd.extend
def gdt_hs(sel1, sel2):
def gdt_ha(sel1, sel2):
"""
Calculate the GDT (Global Distance Test) High Accuracy between two RNA (using P atoms) selections.
Args:
Expand Down

0 comments on commit e30023c

Please sign in to comment.