You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output is as expected when given an empty to_exclude.txt
Example error when running without the optional --to_exlude argument:
File "apply_to_db.py", line 349, in <module>
to_exclude = taxa_to_exclude()
File "apply_to_db.py", line 36, in taxa_to_exclude
with open(args.to_exclude, 'r') as infile:
TypeError: expected str, bytes or os.PathLike object, not NoneType
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: