Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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!

  • #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


    • #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


      • #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


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

          Comment


          • #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


            • #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


              • #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


                • #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


                  • #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

                    • seqadmin
                      Advancing Precision Medicine for Rare Diseases in Children
                      by seqadmin




                      Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
                      12-16-2024, 07:57 AM
                    • seqadmin
                      Recent Advances in Sequencing Technologies
                      by seqadmin



                      Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

                      Long-Read Sequencing
                      Long-read sequencing has seen remarkable advancements,...
                      12-02-2024, 01:49 PM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by seqadmin, 12-17-2024, 10:28 AM
                    0 responses
                    32 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 12-13-2024, 08:24 AM
                    0 responses
                    48 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 12-12-2024, 07:41 AM
                    0 responses
                    34 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 12-11-2024, 07:45 AM
                    0 responses
                    46 views
                    0 likes
                    Last Post seqadmin  
                    Working...
                    X