Skip to content

Commit

Permalink
orthoglob working again
Browse files Browse the repository at this point in the history
  • Loading branch information
cactuskid committed Aug 30, 2024
1 parent d550320 commit b30b420
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/HogProf/lshbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,7 @@ def __init__(self,h5_oma=None,fileglob = None, taxa=None,masterTree=None, saving
with open( self.saving_path + 'wmg.pkl', 'wb') as wmgout:
wmgout.write( pickle.dumps(wmg))
self.wmg = wmg
print( 'configuring pyham functions')

if self.swap2taxcode == True:
print('swapping ids')
else:
print('not swapping ids')

print( 'configuring pyham functions')
print( 'swap ids', self.swap2taxcode)
print( 'reformat names', self.reformat_names)
Expand Down

0 comments on commit b30b420

Please sign in to comment.