Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 539 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 539 Bytes

-T1-Data-Scripts

##mysql-imports Unique check <== 1

Primary key check <== 2

Foreign key check <== 3

  • gbif-backbone.sql <== 1 < PASS ; 2 < PASS <(coreID) is PK for entire DB> ; 3 < PASS <All relation links to gbif_taxon(coreID)>

  • IS GBIF

  • taxdump.sql <== 1 < PASS ; 2 < PASS <(tax_id) is PK for entire DB> ; 3 < PASS <All relation links to ncbi_nodes(tax_id)>

  • IS NCBI

  • ncbi_accession.sql <== 1 < NULL ; 2 < NULL ; 3 < FAIL <Link from (tax_id) to ncbi_nodes(tax_id) failed> TESTING

  • IS NCBI