oxpig/ANARCI

Write warning messages to STDERR

Opened this issue · 0 comments

The following warning is written to STDOUT:

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.