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
When I run this step: the error indicated that "File "mybin/VFDB_cdhit_to_csv.py", line 68, in
sys.exit(main())
File "mybin/VFDB_cdhit_to_csv.py", line 29, in main
outfile = file(args.outfile,"w")
NameError: name 'file' is not defined
'
The text was updated successfully, but these errors were encountered:
When I run this step: the error indicated that "File "mybin/VFDB_cdhit_to_csv.py", line 68, in
sys.exit(main())
File "mybin/VFDB_cdhit_to_csv.py", line 29, in main
outfile = file(args.outfile,"w")
NameError: name 'file' is not defined
'
The text was updated successfully, but these errors were encountered: