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
File "taxonomy_assignment_BLAST.py", line 196, in
do_blast(args.sequence_file,args.blast_database,blast_file)
File "taxonomy_assignment_BLAST.py", line 188, in do_blast
log_and_print(err)
File "taxonomy_assignment_BLAST.py", line 76, in log_and_print
log_file_name_handle.writelines(statement+'\n')
TypeError: can't concat str to bytes
No idea what to do.
The text was updated successfully, but these errors were encountered:
File "taxonomy_assignment_BLAST.py", line 196, in
do_blast(args.sequence_file,args.blast_database,blast_file)
File "taxonomy_assignment_BLAST.py", line 188, in do_blast
log_and_print(err)
File "taxonomy_assignment_BLAST.py", line 76, in log_and_print
log_file_name_handle.writelines(statement+'\n')
TypeError: can't concat str to bytes
No idea what to do.
The text was updated successfully, but these errors were encountered: