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
Getting the following error while running scoary.
Reading gene presence absence file
Traceback (most recent call last):
File "/home/ga23981/src/Scoary-master/scoary.py", line 25, in
methods.main()
File "/home/ga23981/src/Scoary-master/scoary/methods.py", line 215, in main
outdir=args.outdir)
File "/home/ga23981/src/Scoary-master/scoary/methods.py", line 352, in Csv_to_dic_Roary
header = next(csvfile)
_csv.Error: field larger than field limit (131072)
The text was updated successfully, but these errors were encountered:
Getting the following error while running scoary.
Reading gene presence absence file
Traceback (most recent call last):
File "/home/ga23981/src/Scoary-master/scoary.py", line 25, in
methods.main()
File "/home/ga23981/src/Scoary-master/scoary/methods.py", line 215, in main
outdir=args.outdir)
File "/home/ga23981/src/Scoary-master/scoary/methods.py", line 352, in Csv_to_dic_Roary
header = next(csvfile)
_csv.Error: field larger than field limit (131072)
The text was updated successfully, but these errors were encountered: