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
{{ message }}
This repository was archived by the owner on Feb 16, 2019. It is now read-only.
I am running ITEP using the 64GB virtual box. The setup_step1 step completed successfully, but running setup_step2 yields the following error:
Traceback (most recent call last):
File "/home/itep/LATEST_ITEP/master/src/internal/db_loadPresenceAbsence.py", line 125, in
cur.execute(cmd, tuple(sp))
sqlite3.OperationalError: table presenceabsence has 24 columns but 36 values were supplied
I think there are 24 columns for "runid", "clusterid", "annote", and 21 genomes. I do not know where 36 values would come from.
I am running ITEP using the 64GB virtual box. The setup_step1 step completed successfully, but running setup_step2 yields the following error:
Traceback (most recent call last):
File "/home/itep/LATEST_ITEP/master/src/internal/db_loadPresenceAbsence.py", line 125, in
cur.execute(cmd, tuple(sp))
sqlite3.OperationalError: table presenceabsence has 24 columns but 36 values were supplied
I think there are 24 columns for "runid", "clusterid", "annote", and 21 genomes. I do not know where 36 values would come from.