This is a test version of Biostars. For the public version, visit https://www.biostars.org.
DBD::mysql::st execute failed: The table 'InplgOrthoInplg

When I run this on orthomcl (running 39 proteomes):

/home/intirules/Desktop/Tesis/orthomclSoftware-v2.0.9/bin/orthomclPairs /home/intirules/Desktop/Tesis/orthomclSoftware-v2.0.9/doc/OrthoMCLEngine/Main/orthomcl.config.template ../orthomcl_pairs.log cleanup=yes

I get this error

DBD::mysql::st execute failed: The table 'InplgOrthoInplg' is full at /home/intirules/Desktop/Tesis/orthomclSoftware-v2.0.9/bin/orthomclPairs line 709, <F> line 14.

I already tried:

root@Biointi:/etc/mysql/mysql.conf.d# innodb_data_file_path=ibdata1:16M:autoextend
orthomcl ortho ubuntu mysql

Please use the formatting bar (especially the code option) to present your post better. I've done it for you this time.
code_formatting

is this the first run of that cmdline or is it a re-run?

OrthoMCL will run into trouble if you did not clean the DBs properly (or dropped them completely) in between runs

did you also check if you have disk space left on your mysql server? You will get the same error when it can't write the tables to disk anymore (regardless of the table size)

0 answers

No answers yet.

Log in to answer this question.