HiFiAdapterFilt
HiFiAdapterFilt copied to clipboard
pacbio_vectors_db error
I encountered an error:
BLAST Database error: No alias or index file found for nucleotide database [/pacbio_vectors_db] in search path [/home/liangc/Downloads/PacBio:/scratch/ncbi_blast+/db:]
To solve this problem, I have tried two approaches (1): Inside my /Downloads/PacBio folder, I created a folder named "pacbio_vectors_db" and put all relevant files within this folder (2): Inside my /Downloads/PacBio folder, places all individual files that I copied from HiFiAdapterFilt-master/DB/.
Both approaches do not work.
In my .bashrc file, I have put these commands:
export BLASTDB=/scratch/ncbi_blast+/db/ export PATH=$PATH:/home/liangc/Software/HiFiAdapterFilt-master export PATH=$PATH:/home/liangc/Software/HiFiAdapterFilt-master/DB export PATH=$PATH:/home/liangc/Downloads/PacBio/pacbio_vectors_db
Had the same issue, looks like the code searches for "HiFiAdapterFilt/DB" to get the database, so if the folder in your path is "HiHiAdapterFilt-master" it does not work. Just rename the folder to HiFiAdapterFilt and add to path