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
Traceback (most recent call last):
File "/home/oamestanzam/Programas/DRISEE/drisee.py", line 601, in
sys.exit(main(sys.argv))
File "/home/oamestanzam/Programas/DRISEE/drisee.py", line 580, in main
write_file(summary, LOG_FILE, 1)
File "/home/oamestanzam/Programas/DRISEE/drisee.py", line 75, in write_file
outhdl = open(fname, mode)
TypeError: coercing to Unicode: need string or buffer, NoneType found
The text was updated successfully, but these errors were encountered:
command used is :
drisee.py -g ../../Programas/DRISEE/adapterDB.fna ../../Programas/DRISEE/example_fasta my_fasta.err
error is :
Traceback (most recent call last):
File "/home/oamestanzam/Programas/DRISEE/drisee.py", line 601, in
sys.exit(main(sys.argv))
File "/home/oamestanzam/Programas/DRISEE/drisee.py", line 580, in main
write_file(summary, LOG_FILE, 1)
File "/home/oamestanzam/Programas/DRISEE/drisee.py", line 75, in write_file
outhdl = open(fname, mode)
TypeError: coercing to Unicode: need string or buffer, NoneType found
The text was updated successfully, but these errors were encountered: