Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • BioMidge
    Junior Member
    • Jul 2014
    • 4

    No alias found after makeblastdb

    Hello, I want to blast a fasta file which the output of usearch after sequence merging and filtering.
    I have downloaded all the nucleotide files from NCBI in FASTA format and after inzipping I ended up with a file named just nt. I used the makeblastdb command and got 22(!) .nhr .nin and .nsq files. When I run the blastn command like this, while being in the database directory:
    blastn -db /home/database -query /home/COIS/19-3.fa -out outfile.txt
    I get an error message saying "No alias or index file found for nucleotide database"
    Any ideas on how to fix this?
  • maubp
    Peter (Biopython etc)
    • Jul 2009
    • 1544

    #2
    BioMidge - It sounds like you want to run a BLAST search using the "nt" database locally? The best way to do this is with the pre-made NCBI nt database files from ftp://ftp.ncbi.nlm.nih.gov/blast/db/ - and search these forums for more details as this is a common question.

    Comment

    • GenoMax
      Senior Member
      • Feb 2008
      • 7142

      #3
      You need to provide a "basename" for the index in the -db option. In your case your -db option would be -db /home/database/nt

      Comment

      • AntonioRFranco
        Member
        • Feb 2013
        • 22

        #4
        Exactly. You only mentioned the directory where your db are kept. You need to point out the name of that db

        Comment

        • BioMidge
          Junior Member
          • Jul 2014
          • 4

          #5
          Thanks for the replies!
          Maubp: I have downloaded the nt database from that location on NCBI.
          I get the no alias error message again when setting the option as
          -db /home/database/nt too.
          Same error also appears when using the .nsq file as db
          -db ref_lib.db.22.nsq (that's one of the output files after makeblastdb).
          I also tried the blastdb_aliastool:
          blastdb_aliastool -db ref_lib -dbtype nucl -out database -title "nt_database"
          but it is asking for a GI list argument.

          Comment

          • GenoMax
            Senior Member
            • Feb 2008
            • 7142

            #6
            If you are trying to blast against nt locally best thing is to download pre-made blast indexes from NCBI (ftp://ftp.ncbi.nlm.nih.gov/blast/db/). Get all nt* files at the link and make sure they are all in the same directory. Uncompress the files and that is all you need to do before specifying -db /path_to/nt as your database option.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by SEQadmin2


              I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

              Here are nine questions we think about, in roughly the order they matter, before...
              06-18-2026, 07:11 AM
            • SEQadmin2
              From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
              by SEQadmin2


              Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


              The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
              ...
              06-02-2026, 10:05 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 06-17-2026, 06:09 AM
            0 responses
            36 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-09-2026, 11:58 AM
            0 responses
            100 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-05-2026, 10:09 AM
            0 responses
            120 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-04-2026, 08:59 AM
            0 responses
            113 views
            0 reactions
            Last Post SEQadmin2  
            Working...