Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Remove deprecated TYPE from sql table creation
authorelserj <elserj@localhost>
Fri, 9 Dec 2016 17:29:57 +0000 (17:29 +0000)
committerelserj <elserj@localhost>
Fri, 9 Dec 2016 17:29:57 +0000 (17:29 +0000)
svn path=/; revision=652

interactome_scripts/supercluster_weighted.pl

index 12e3444df555bf1286fac5e59e88d53cdca0e4df..1e10b6773673fc76d66a017647338ad5426c9652 100755 (executable)
@@ -84,7 +84,7 @@ $dbh->do("CREATE TABLE $safe_super_table (
        `species` VARCHAR( 255 ) NOT NULL ,
        `gene` VARCHAR( 255 ) NOT NULL ,
        UNIQUE ( `gene` )
-       ) TYPE = MYISAM");
+       )");
        
        
 my $insert_sth = $dbh->prepare("insert ignore into $safe_super_table (super_id, species, gene) values (?,?,?)");