Database Table rundb_referencegenome ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_referencegenome`` .. include:: ../manual_database_ref_docs/rundb_referencegenome.rst Schema ------- +--------------------+----------------------------------+-------------------------------------+ | Field | Type | Description | +====================+==================================+=====================================+ | celery\_task\_id | String (up to 60) | celery task id | +--------------------+----------------------------------+-------------------------------------+ | date | Date (with time) | date | +--------------------+----------------------------------+-------------------------------------+ | enabled | Boolean (Either True or False) | enabled | +--------------------+----------------------------------+-------------------------------------+ | file\_monitor | FileMonitor (ForeignKey) | the related rundb.FileMonitor row | +--------------------+----------------------------------+-------------------------------------+ | id | Integer | ID | +--------------------+----------------------------------+-------------------------------------+ | identity\_hash | String (up to 40) | identity hash | +--------------------+----------------------------------+-------------------------------------+ | index\_version | String (up to 512) | index version | +--------------------+----------------------------------+-------------------------------------+ | name | String (up to 512) | name | +--------------------+----------------------------------+-------------------------------------+ | notes | Text | notes | +--------------------+----------------------------------+-------------------------------------+ | reference\_path | String (up to 1024) | reference path | +--------------------+----------------------------------+-------------------------------------+ | short\_name | String (up to 512) | short name | +--------------------+----------------------------------+-------------------------------------+ | source | String (up to 512) | source | +--------------------+----------------------------------+-------------------------------------+ | species | String (up to 512) | species | +--------------------+----------------------------------+-------------------------------------+ | status | String (up to 512) | status | +--------------------+----------------------------------+-------------------------------------+ | verbose\_error | String (up to 3000) | verbose error | +--------------------+----------------------------------+-------------------------------------+ | version | String (up to 100) | version | +--------------------+----------------------------------+-------------------------------------+