Skip to content

Commit

Permalink
declare inputDir #727
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer committed Jun 24, 2022
1 parent 516303b commit a844e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions funannotate/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,7 @@ def __init__(self, prog):
None,)*25
if args.input:
if os.path.isdir(args.input):
inputDir = args.input
if os.path.isdir(os.path.join(args.input, 'predict_results')):
for file in os.listdir(os.path.join(args.input, 'predict_results')):
if file.endswith('.gbk'):
Expand Down

0 comments on commit a844e47

Please sign in to comment.