#interpro and interpro_description in theory could be trimmed based on the hid of the protein_feature, but the join would take long, and the table is tiny!
printSTDERR"Dumping data from small tables needed in full\n";
$command="$mysqldump -u $dbuser -T $workdir$dbname analysis analysisprocess chromosome externalDB meta species interpro interpro_description";
my$pass_arg="";$pass_arg="-p$dbpass"if$dbpass;
$command="$mysqldump -u $dbuser$pass_arg -T $workdir$dbname analysis analysisprocess chromosome externalDB meta species interpro interpro_description";
system($command);
my$command="rm $workdir/*.sql";
...
...
@@ -70,21 +78,23 @@ system ($command);
#Dump schema
printSTDERR"Dumping database schema into table.sql\n";