Skip to content

Commit

Permalink
sort hmm hits using domain scores; correct tree walking; setup force …
Browse files Browse the repository at this point in the history
…not delete data; correct profile output with fasOff
  • Loading branch information
trvinh committed Feb 2, 2023
1 parent 206def0 commit ad2cbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdog/setupfDog.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def main():
if resetData:
if os.path.exists(dataPath):
print('fDOG data found in %s will be deleted! Enter to continue.' % dataPath)
if query_yes_no(''):
if general_fn.query_yes_no(''):
shutil.rmtree(dataPath)

Path(dataPath).mkdir(parents = True, exist_ok = True)
Expand Down

0 comments on commit ad2cbbd

Please sign in to comment.