Skip to content

Commit ad2cbbd

Browse files
committed
sort hmm hits using domain scores; correct tree walking; setup force not delete data; correct profile output with fasOff
1 parent 206def0 commit ad2cbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fdog/setupfDog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def main():
244244
if resetData:
245245
if os.path.exists(dataPath):
246246
print('fDOG data found in %s will be deleted! Enter to continue.' % dataPath)
247-
if query_yes_no(''):
247+
if general_fn.query_yes_no(''):
248248
shutil.rmtree(dataPath)
249249

250250
Path(dataPath).mkdir(parents = True, exist_ok = True)

0 commit comments

Comments
 (0)