wrpearson / fasta36

Git repository for FASTA36 sequence comparison software
Apache License 2.0
117 stars 16 forks source link

map_db and .xin files #43

Closed gundizalv closed 2 years ago

gundizalv commented 2 years ago

Hi I've been looking for a more detailed explanation of how map_db works and how to use properly the resulting .xin files. I cannot use .xin instead of .fa libraries. My question is, during a search, both .fa and .xin work together? The manual is not very clear for me about this issue

wrpearson commented 2 years ago

If you have a fasta format library called my_file.fa (or .lseg or .lib or anything else), and there is a second file with the same name with an additional .xin suffix (e.g. my_file.fa.xin), the fasta programs can read the my_file.fa file more efficiently. You do not want to use the .xin file in the command line, but if it exists and matches the .fa file in size, it will be used.

Bill Pearson

On May 20, 2022, at 1:19 PM, gundizalv @.***> wrote:



I've been looking for a more detailed explanation of how map_db works and how to use properly the resulting .xin files. I cannot use .xin instead of .fa libraries. My question is, during a search, both .fa and .xin work together? The manual is not very clear for me about this issue

— Reply to this email directly, view it on GitHubhttps://github.com/wrpearson/fasta36/issues/43, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABQYNP5UPCYQ4HXURUDR7E3VK7QUDANCNFSM5WQLEV7A. You are receiving this because you are subscribed to this thread.Message ID: @.***>

gundizalv commented 2 years ago

Oh, it's very clear for me now. Thanks!