Skip to content

Commit

Permalink
Update summarize_barrnap.py
Browse files Browse the repository at this point in the history
Remove extra space
  • Loading branch information
vaulot authored Mar 26, 2024
1 parent 42a7556 commit 76bbddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/summarize_barrnap.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
method[asv] = rowparts[1]
if asv not in evalues:
evalues[asv] = dict()
if (org not in evalues[asv]) or (float(evalues[asv][org]) > float(rowparts[5])) :
if (org not in evalues[asv]) or (float(evalues[asv][org]) > float(rowparts[5])):
evalues[asv][org] = rowparts[5]
fh.close()

Expand Down

0 comments on commit 76bbddd

Please sign in to comment.