Skip to content

Do we need the sequences table? #281

@childers

Description

@childers

After loading hundreds of BLAST databases, our sequences table is getting really, really big.

I think the only reason the sequences table exists is for doing lookup to get the sequence form the input fasta file.

With BLAST+, the blastdbcmd program can return a sequence from the ID, removing the need for the table, and the extra steps on setting up a new database.

What functions use the sequences table?
Can these functions be refactored to use existing BLAST apps, or simplified?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions