Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wijerasa
    Junior Member
    • Aug 2010
    • 2

    #1

    makeblastdb

    In blast I used makeblstdb as follows

    makeblastdb -in ecoli.ffn -dbtype nucl -out ecolidb.db

    Building a new DB, current time: 08/21/2010 11:34:41
    New DB name: ecolidb.db
    New DB title: ecoli.ffn
    Sequence type: Nucleotide
    Keep Linkouts: T
    Keep MBits: T
    Maximum file size: 1073741824B

    But I got the following error. I have know idea why.

    Error: Unable to open input ecoli.ffn as either FASTA file or BLAST db

    Please somebody help me on this
    Thank you all!
  • robs
    Senior Member
    • May 2010
    • 116

    #2
    Did you check that the input file is in valid FASTA format and that the path is correct?

    If yes, try to post the first lines of the FASTA file here, so people can take a look at it.

    Comment

    • Yushan Hsiao
      Junior Member
      • Aug 2010
      • 6

      #3
      makeblastdb

      Hi, I have the same problem with building up the database.

      My fasta input form is like the following:
      >cel-let-7 MI0000001 Caenorhabditis elegans let-7 stem-loop
      UACACUGUGGAUCCGGUGAGGUAGUAGGUUGUAUAGUUUGGAAUAUUACCACCGGUGAAC
      UAUGCAAUUUUCUACCUUACCGGAGACAGAACUCUUCGA


      And the result of makeblastdb is:

      Building a new DB, current time: 11/24/2010 16:17:49
      New DB name: mature_database.db
      New DB title: Mature miRNA Database
      Sequence type: Nucleotide
      Keep Linkouts: T
      Keep MBits: T
      Maximum file size: 1073741824B
      Error: Input format not recognized ====> ???????????



      Dose anyone know the reason?

      Comment

      • robs
        Senior Member
        • May 2010
        • 116

        #4
        I would guess that you have to convert your RNA sequences into DNA sequences, as BLAST only works on DNA and protein sequences. You can easily do this using any scripting language. I like perl, so try this one:
        Code:
        perl -p -e 's/\r/\n/g;unless(/^>/){tr/Uu/Tt/}' <rna.fasta >dna.fasta

        Comment

        • Yushan Hsiao
          Junior Member
          • Aug 2010
          • 6

          #5
          Thanks!!!! It works!!!

          Comment

          • Wandrille
            Junior Member
            • Feb 2011
            • 1

            #6
            I've had a problem with makeblast db too.
            Altough it didn't seem like one...at first.

            makeblastdb don't make any error message, everything seems just fine but i can't find nor use the db I just made.

            Any ideas?

            Comment

            • memeri
              Junior Member
              • May 2011
              • 9

              #7
              Originally posted by Wandrille View Post
              I've had a problem with makeblast db too.
              Altough it didn't seem like one...at first.

              makeblastdb don't make any error message, everything seems just fine but i can't find nor use the db I just made.

              Any ideas?
              Make sure you have permission to write in the /db directory.
              in linux:
              sudo makeblastdb -in ...

              Comment

              • Milimet
                Junior Member
                • Sep 2011
                • 1

                #8
                Hi,
                I have a naive issue when creating my blast db... no error returned but I can't find the created file in the db dir... Help?

                Here is the cmd dialog:

                Attached Files

                Comment

                • westerman
                  Rick Westerman
                  • Jun 2008
                  • 1104

                  #9
                  Why don't you also show us the command line where you look for the created file? You say that you can not find it but we have no evidence of that.

                  Comment

                  • aloliveira
                    Member
                    • Aug 2010
                    • 47

                    #10
                    makeblastdb

                    Anyone ever notice that the program takes a long time to parse the database (-parse_seqids and -hash_index) in comparsion to old formatdb (-o T) ??


                    Best wishes,
                    André

                    Comment

                    Latest Articles

                    Collapse

                    • SEQadmin2
                      Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                      by SEQadmin2



                      CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                      Despite this, “CRISPR helped turn genome editing from a specialized technique into
                      ...
                      07-31-2026, 11:01 AM
                    • SEQadmin2
                      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                      by SEQadmin2


                      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                      The systematic characterization of the human proteome has
                      ...
                      07-20-2026, 11:48 AM
                    • SEQadmin2
                      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                      by SEQadmin2



                      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                      ...
                      07-09-2026, 11:10 AM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by SEQadmin2, Yesterday, 10:13 AM
                    0 responses
                    13 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-31-2026, 02:55 AM
                    0 responses
                    27 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-24-2026, 12:17 PM
                    0 responses
                    20 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 07-23-2026, 11:41 AM
                    0 responses
                    19 views
                    0 reactions
                    Last Post SEQadmin2  
                    Working...