As we mentioned yesterday, the refseq assemblies always point to a genbank assembly, we can further reduce the db size (both tsv and sql), by merging the aliases lists of the paired assemblies:
genbank assembly accession (pk), refseq accession (index it but allow null values), merged list of aliases (use set to keep unique values from both lists)
As we mentioned yesterday, the refseq assemblies always point to a genbank assembly, we can further reduce the db size (both tsv and sql), by merging the aliases lists of the paired assemblies:
genbank assembly accession (pk), refseq accession (index it but allow null values), merged list of aliases (use set to keep unique values from both lists)