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
print("Limiting hmmer search to species %s was requested but hits did not achieve a high enough bitscore. Reverting to using any species"%(hmmer_species))
I suggest writing all warnings/errors to STDERR (seems to be done elsewhere in the project), otherwise there is a risk to jam the output stream, for example, if ANARCI is used in Python scripts that write files to STDOUT.
The text was updated successfully, but these errors were encountered:
merkys
added a commit
to merkys/covid-lt
that referenced
this issue
Oct 3, 2022
The following warning is written to STDOUT:
ANARCI/lib/python/anarci/anarci.py
Line 346 in c2fd0f7
I suggest writing all warnings/errors to STDERR (seems to be done elsewhere in the project), otherwise there is a risk to jam the output stream, for example, if ANARCI is used in Python scripts that write files to STDOUT.
The text was updated successfully, but these errors were encountered: