diamond icon indicating copy to clipboard operation
diamond copied to clipboard

Diamond behavior when a DB is not explicitly made.

Open EnzoAndree opened this issue 2 years ago • 1 comments

I have a question.

What happens if I don't explicitly make a DB in diamond and run the search directly against the protein multifasta?

Is a DB generated in RAM anyway? Is there any performance loss?

I hope you can solve this doubt. Best regards Enzo

EnzoAndree avatar Aug 03 '21 16:08 EnzoAndree

The database is created in the temp directory as if makedb were called, so it's not recommended to do this for large fasta files.

bbuchfink avatar Aug 04 '21 12:08 bbuchfink