Skip to content

Commit

Permalink
Update bbconf/config_parser/bedbaseconfig.py
Browse files Browse the repository at this point in the history
Co-authored-by: Donald Campbell <125581724+donaldcampbelljr@users.noreply.github.com>
  • Loading branch information
khoroshevskyi and donaldcampbelljr authored Oct 15, 2024
1 parent 169002a commit 23cb888
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bbconf/config_parser/bedbaseconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@ def db_engine(self) -> BaseEngine:
"""
return self._db_engine

# @property
# def t2bsi(self) -> Union[Text2BEDSearchInterface, None]:
# """
# Get text2bednn object
#
# :return: text2bednn object
# """
# return self._t2bsi

@property
def b2bsi(self) -> Union[BED2BEDSearchInterface, None]:
Expand Down

0 comments on commit 23cb888

Please sign in to comment.