Skip to content

Commit

Permalink
up docs rna_tools/rna_tools_lib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus committed Mar 7, 2024
1 parent 68203b5 commit b32b468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rna_tools/rna_tools_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def exe(cmd):


def get_rna_tools_path():
"""Return path to the rt."""
import inspect
import rna_tools
return os.path.dirname(inspect.getfile(rna_tools))
Expand Down Expand Up @@ -165,6 +166,7 @@ def __init__(self, fn=''):
self.res = self.get_resn_uniq()

def reload(self):
"""Reload the object."""
self.__init__(self.fn)

def is_pdb(self):
Expand Down

0 comments on commit b32b468

Please sign in to comment.