I got this:
$ blastdbcheck -db ~/Documents/Transposons/GRCh38.fa -dbtype nucl -full
Writing messages to <stdout> at verbosity (Summary)
ISAM testing is ENABLED.
Legacy testing is DISABLED.
TaxID testing is DISABLED.
Using `full' mode: every OID will be tested.
Testing 1 volume(s).
/home/gigiux/Documents/Transposons/GRCh38.fa / MetaData: [ERROR] caught exception.
Result=FAILURE. 1 errors reported in 1 volume(s).
Testing 0 alias(es).
Result=SUCCESS. No errors reported for 0 alias(es).
Total errors: 1
• 0 views
•
link
out of curiosity : why do you want to check that? do you suspect something not being OK?
Yes, I am using a program that calls blast internally and I am getting errors such as
[main_samview] random alignment retrieval only works for indexed BAM or CRAM files.andFileNotFoundError: [Errno 2] No such file or directory: '/home/gigiux/Documents/Transposons/Results/A0N-vs-Human endogenous retrovirus.bam.9'. I would like to exclude basic mistakes before debugging further...the samview error/warning on the retrieval you can resolve by indexing your bam files (this has nothing to do with blast itself though)