Unconfigured Ad

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

    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
                      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
                    24 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-09-2026, 11:58 AM
                    0 responses
                    42 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-05-2026, 10:09 AM
                    0 responses
                    48 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 06-04-2026, 08:59 AM
                    0 responses
                    49 views
                    0 reactions
                    Last Post SEQadmin2  
                    Working...