Help for this page

Select Code to Download


  1. or download this
    ##################
    # Make connection with Ensembl, fetch information and store locally
    ...
    $sth_local->finish();
    $dbh_ensembl->disconnect();
    $dbh_local->disconnect();
    
  2. or download this
    mysql> DESCRIBE pocus;
    +-----------+---------------------+------+-----+---------+-------+
    ...
    +-----------+---------------------+------+-----+---------+-------+
    
    6 rows in set (0.00 sec)