steineggerlab / foldseek

Foldseek enables fast and sensitive comparisons of large structure sets.
https://foldseek.com
GNU General Public License v3.0
780 stars 99 forks source link

What lndb is doing ? #210

Closed DomML closed 10 months ago

DomML commented 10 months ago

I saw the foldseek lndb used here and there, but I don't find information about it's function ? Best regards, Dominique MIAS-LUCQUIN.

milot-mirdita commented 10 months ago

It creates symlinks for all of the individual database files. Especially with split datafiles (.0, .1, ..., .n) it would be very uncomfortable to call ln -s on all of them.

There are also similar commands for mv, cp and rm for the same purpose.

DomML commented 10 months ago

Thank you! Best, DML.