Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • hlyates
    Member
    • Mar 2015
    • 29

    Why is this blast script giving me empty tabular output?

    Instead of using an ncbi database, I ran the makeblastdb command on a fasta file I downloaded from ncbi.

    The following script will produce output for me:
    Code:
    #!/bin/bash
    /homes/bioinfo/ncbi-blast-2.2.29+/bin/blastn -db ~/databases/tbd -query ~/databases/even_tribolium.fasta -out output.txt

    However, when I modify the script as follows, I get absolutely no output.
    Code:
    #!/bin/bash
    /homes/bioinfo/ncbi-blast-2.2.29+/bin/blastn -db ~/databases/tbd -query ~/databases/even_tribolium.fasta -out output.txt -evalue 10E-30 -outfmt "6 qseqid sgi sseqid pident length mismatch qstart qend sstart send evalue bitscore staxids"
    Why? I'm really at a loss. I tried removing my -evalue 10E-30 (thinking maybe I was being too stringent), but still blank. I would be extremely grateful for any assistance on this problem.
  • dschika
    Member
    • Mar 2010
    • 56

    #2
    Were there any hits reported in the output of the first command? If there were no hits at all, I guess the tabular output format will not produce a file.

    Comment

    • GenoMax
      Senior Member
      • Feb 2008
      • 7142

      #3
      Were there any errors reported when you made the database (DB files are non-zero bytes)? Are query/db composed of nucleotides?

      Comment

      • hlyates
        Member
        • Mar 2015
        • 29

        #4
        Here are the answer to your questions:
        • The first script works with no errors. It produces output.
        • The makedb did produce some errors, but I don't believe this is causing the problem. I have tried this problem on a protein database I made as well and experience the exact same behaviour. The first script gives me output, then the tabular output is blank.



        Code:
        Building a new DB, current time: 06/12/2015 13:25:46
        New DB name:   tbd
        New DB title:  /databases/tribolium-est-transcripts.fasta
        Sequence type: Nucleotide
        Keep Linkouts: T
        Keep MBits: T
        Maximum file size: 1000000000B
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 42% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 42% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 46% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 44% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 48% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 42% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 48% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 44% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 48% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 42% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 44% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 42% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 42% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 42% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 42% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 44% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 42% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 42% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 54% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 44% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 48% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 46% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 42% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 48% ambiguous nucleotides (shouldn't be over 40%)
        Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is a                                                                                                 bout 46% ambiguous nucleotides (shouldn't be over 40%)
        Adding sequences from FASTA; added 18611 sequences in 2.75514 seconds.
        In summary, the first script will work. It will produce the default output. The second script produces the output.txt file, but it is blank. Weird. No error messages is produced when I run the second script.

        Comment

        • hlyates
          Member
          • Mar 2015
          • 29

          #5
          Originally posted by GenoMax View Post
          Were there any errors reported when you made the database (DB files are non-zero bytes)? Are query/db composed of nucleotides?
          The first script would work and produce output. The second script would produce no errors, but a file called output.txt that is empty. There were errors reported when I made the database. The query is a fasta and the db is nucleotide.

          The output is given below:
          Code:
          Building a new DB, current time: 06/12/2015 22:10:13
          New DB name:   tbd
          New DB title:  /databases/tribolium-est-transcripts.fasta
          Sequence type: Nucleotide
          Deleted existing BLAST database with identical name.
          Keep Linkouts: T
          Keep MBits: T
          Maximum file size: 1000000000B
          Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is about 42% ambiguous nucleotides (shouldn't be over 40%)
          Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is about 42% ambiguous nucleotides (shouldn't be over 40%)
          Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is about 46% ambiguous nucleotides (shouldn't be over 40%)
          Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is about 44% ambiguous nucleotides (shouldn't be over 40%)
          Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is about 48% ambiguous nucleotides (shouldn't be over 40%)
          Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is about 42% ambiguous nucleotides (shouldn't be over 40%)
          Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is about 48% ambiguous nucleotides (shouldn't be over 40%)
          Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is about 44% ambiguous nucleotides (shouldn't be over 40%)
          Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: First data line in seq is about 48% ambiguous nucleotides (shouldn't be over 40%)
          I also tested the same script on a protein db, and I have the exact same problem.

          Comment

          • dschika
            Member
            • Mar 2010
            • 56

            #6
            Originally posted by hlyates View Post
            Here are the answer to your questions:
            • The first script works with no errors. It produces output.
            I understood that it produces output. But I would like to know if you have any hits at all. If you don't have hits, you won't get any output in the second case.

            How often can you find the phrase "producing significant alignments" in first, default output file?

            Comment

            • GenoMax
              Senior Member
              • Feb 2008
              • 7142

              #7
              You need to enclose the outfmt options in single quotes (') and not double quotes like you have in your script. Give this a try.

              Code:
              -outfmt '6 qseqid sgi sseqid pident length mismatch qstart qend sstart send evalue bitscore staxids'

              Comment

              • SylvainL
                Senior Member
                • Feb 2012
                • 180

                #8
                Hi GenoMax, are you sure about the quote? Because, I'm using the double quote and it works... My blast version is quite old (2.2.25+) but it works with double quotes...

                Actually, do you get an output if you remove the staxids? Because, I do not have this option in my blast version (don't know if it exist in blast 2.2.29)...
                Last edited by SylvainL; 06-15-2015, 02:20 AM.

                Comment

                • hlyates
                  Member
                  • Mar 2015
                  • 29

                  #9
                  Originally posted by dschika View Post
                  I understood that it produces output. But I would like to know if you have any hits at all. If you don't have hits, you won't get any output in the second case.

                  How often can you find the phrase "producing significant alignments" in first, default output file?

                  I'm sorry I misunderstood your question earlier. Thank you for the elaboration. Since I used an extremely small fasta file, then it follows that I would also not expect many alignments. In other words, the results were also small. I only had 1 producing significant alignments.

                  Now that being said, I would at least expect to see that output for tabular. I'm still not clear why the second script fails. I hope however, that I helped answer questions you had about my approach. If not, please feel free to ask followup questions.

                  Comment

                  • hlyates
                    Member
                    • Mar 2015
                    • 29

                    #10
                    Originally posted by GenoMax View Post
                    You need to enclose the outfmt options in single quotes (') and not double quotes like you have in your script. Give this a try.

                    Code:
                    -outfmt '6 qseqid sgi sseqid pident length mismatch qstart qend sstart send evalue bitscore staxids'
                    Code:
                    $ head lab8output_tabular.txt
                    gi|645685058:1370684-1379063    0       CL3111Contig1   97.78   45      1       5808    5852    1       45      2e-13   78.7    N/A
                    gi|645685058:1370684-1379063    0       CL3747Contig1   89.66   58      5       7069    7126    859     803     1e-11   73.1    N/A
                    gi|645685058:1370684-1379063    0       gi|75720587|gb|DT788599.1|DT788599      94.29   35      2       7069    7103    47      81      4e-06   54.7       N/A
                    This worked. My question is simple. Why? I thought " and ' were equivalent in ncbi blast? Thanks sir.

                    Comment

                    • SylvainL
                      Senior Member
                      • Feb 2012
                      • 180

                      #11
                      Funny it worked. Good news at least... Maybe it depends on the version?

                      Comment

                      Latest Articles

                      Collapse

                      • seqadmin
                        Pathogen Surveillance with Advanced Genomic Tools
                        by seqadmin




                        The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
                        Yesterday, 11:48 AM
                      • seqadmin
                        New Genomics Tools and Methods Shared at AGBT 2025
                        by seqadmin


                        This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

                        The Headliner
                        The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
                        03-03-2025, 01:39 PM
                      • seqadmin
                        Investigating the Gut Microbiome Through Diet and Spatial Biology
                        by seqadmin




                        The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
                        02-24-2025, 06:31 AM

                      ad_right_rmr

                      Collapse

                      News

                      Collapse

                      Topics Statistics Last Post
                      Started by seqadmin, 03-20-2025, 05:03 AM
                      0 responses
                      34 views
                      0 reactions
                      Last Post seqadmin  
                      Started by seqadmin, 03-19-2025, 07:27 AM
                      0 responses
                      43 views
                      0 reactions
                      Last Post seqadmin  
                      Started by seqadmin, 03-18-2025, 12:50 PM
                      0 responses
                      35 views
                      0 reactions
                      Last Post seqadmin  
                      Started by seqadmin, 03-03-2025, 01:15 PM
                      0 responses
                      190 views
                      0 reactions
                      Last Post seqadmin  
                      Working...