Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • nupurgupta
    Member
    • Aug 2010
    • 29

    BLAST+ database error

    There are posts on topics similar to this - but none that exactly address this issue

    I have installed BLAST+ on my Linux machine along with a local copy of the microbial database. "blastn" works fine with queries like

    blastn -query query.txt -db 16SMicrobial
    However, blastp fails e.g.

    blastp -query query_protein.txt -db 16SMicrobial
    gives

    BLAST Database error: No alias or index file found for protein database [16SMicrobial] in search path [..../databases]

    My database directory has these files-

    16SMicrobial.nhr 16SMicrobial.nnd 16SMicrobial.nog 16SMicrobial.nsi 16SMicrobial.nin 16SMicrobial.nni 16SMicrobial.nsd 16SMicrobial.nsq

    My .ncbirc file has

    [NCBI]
    DATA=.../databases

    [BLAST]
    BLASTDB=.../databases

    Any idea of what could be wrong please?
  • maubp
    Peter (Biopython etc)
    • Jul 2009
    • 1544

    #2
    You have a nucleotide database, 16SMicrobial - the clue is the file names are 16SMicrobial.n*

    If you are using BLASTP, that is for protein vs protein, and needs a protein database.

    If you want to compare your protein file against a nucleotide database, use BLASTX.

    Note that you can have both a nucleotide database and a protein database with the same name (e.g. my_database.n* and my_database.p* would both be called my_database).

    Comment

    • nupurgupta
      Member
      • Aug 2010
      • 29

      #3
      Thank you so much! I just figured it out. But where do I get a protein database from? I'm assuming 16SMicrobial.pal and the like?
      Thanks so much

      Comment

      • maubp
        Peter (Biopython etc)
        • Jul 2009
        • 1544

        #4
        In general you can download several nucleotide and protein databases from the NCBI, or make your own from a FASTA file using the makeblastdb command.

        In this specific case, it doesn't make biological sense to talk about a protein database for 16S ribosomal RNA sequences, does it?

        Comment

        • nupurgupta
          Member
          • Aug 2010
          • 29

          #5
          Thank you sooo much. Well, I do need to identify the genes in certain parts of the bacterial genomes, so I will go find a fasta file!
          Thanks again

          Comment

          • GenoMax
            Senior Member
            • Feb 2008
            • 7142

            #6
            ftp://ftp.jgi-psf.org/pub/IMG/



            Originally posted by nupurgupta View Post
            Thank you sooo much. Well, I do need to identify the genes in certain parts of the bacterial genomes, so I will go find a fasta file!
            Thanks again

            Comment

            • pag
              Member
              • May 2012
              • 72

              #7
              If all you're working with is 16S sequences, as mentioned above, you don't want to do protein-based queries.

              One database for 16S data is the ribosomal database project: http://rdp.cme.msu.edu/

              If you want to use more than just 16S data, why not use the NCBI blast? Are you trying to do automatic annotation based on sequence homology? e.g. this sequence is 80% identical to a sodium channel, so it's probably a sodium channel?

              Comment

              • nupurgupta
                Member
                • Aug 2010
                • 29

                #8
                OK...no I need to do it against the microbial database. I need to run BLAST on my local machine from the command line. Setting up an automation pipeline. Unfortunately I have proxy issues connecting to the outside , so I need to use a local install of a microbial database. Trying to hunt one down now...(or at least a fasta file)

                Thanks soo much!

                Comment

                Latest Articles

                Collapse

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, 06-09-2026, 11:58 AM
                0 responses
                19 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-05-2026, 10:09 AM
                0 responses
                27 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-04-2026, 08:59 AM
                0 responses
                38 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-02-2026, 12:03 PM
                0 responses
                61 views
                0 reactions
                Last Post SEQadmin2  
                Working...