You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to make sure that the database version is reproducible - it's always possible that NCBI releases a version 6, which would overwrite the contents in https://ftp.ncbi.nlm.nih.gov/blast/db/.
Cheers,
Marc
The text was updated successfully, but these errors were encountered:
you are reading it correctly, this is a welcome enhancement. Thanks a lot for the feedback.
It should be noted however that this is the database format Version 5, NOT the content, database content is regulary expanded.
This script could use some improvement to ease the database update process too (it would now redownload the entire database, unless you kept the .tar archives). But I think the BLAST tools could (should) be used directly for this?
Hi,
I am not 100% sure that I am not misreading this, but in:
https://github.com/CVUA-RRW/FooDMe/blob/master/ressources/fetch_nt_blast.sh
it reads as if the script downloads directly out of https://ftp.ncbi.nlm.nih.gov/blast/db/
For the sake of reproducibility, I would suggest to change that to:
https://ftp.ncbi.nlm.nih.gov/blast/db/v5
to make sure that the database version is reproducible - it's always possible that NCBI releases a version 6, which would overwrite the contents in https://ftp.ncbi.nlm.nih.gov/blast/db/.
Cheers,
Marc
The text was updated successfully, but these errors were encountered: