Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newbietonextgen
    Member
    • Nov 2010
    • 56

    #1

    BFAST- match quick question

    Hello all,

    I have 30 million RNA-Seq data (illumina), 75bp in length and wish to map it to the chicken genome. I did make the necessary index files (10), using the instruction in "7.1" and started the "bfast match" process to search the index. The problem i see is that the read out, which says...for the first index...
    Reads processed: 1
    Cleaning.....
    Complete.....
    Found 1 match.
    My question is what is this 1 match? Did it find only 1 match out of 30 million reads or just some kind of output. The reason i ask i just don't want to waste machine time. Kindly help
  • drio
    Senior Member
    • Oct 2008
    • 323

    #2
    That is what it means. You should save that output for the posterity .

    Something may have went wrong. Post the full commands and outputs (use gist or pastie to avoid flooding SA).

    Also, for testing, you may want to reduce your initial dataset to just a few hundred of thousands of reads.
    -drd

    Comment

    • newbietonextgen
      Member
      • Nov 2010
      • 56

      #3
      This what the read out looks like:

      /bfast+bwa-0.6.4e$ bfast match -f chicken.fa -n 10 -r 1F_4L_pf.fastq > bfast.matches.1F_4L_pf.bmf
      ************************************************************
      Checking input parameters supplied by the user ...
      Validating fastaFileName chicken.fa.
      Validating readsFileName 1F_4L_pf.fastq.
      Validating tmpDir path ./.
      **** Input arguments look good!
      ************************************************************
      ************************************************************
      Printing Program Parameters:
      programMode: [ExecuteProgram]
      fastaFileName: chicken.fa
      mainIndexes [Auto-recognizing]
      secondaryIndexes [Not Using]
      readsFileName: 1F_4L_pf.fastq
      offsets: [Using All]
      loadAllIndexes: [Not Using]
      compression: [Not Using]
      space: [NT Space]
      startReadNum: 1
      endReadNum: 2147483647
      keySize: [Not Using]
      maxKeyMatches: 8
      maxNumMatches: 384
      whichStrand: [Both Strands]
      numThreads: 10
      queueLength: 250000
      tmpDir: ./
      timing: [Not Using]
      ************************************************************
      Searching for main indexes...
      Found 10 index (10 total files).
      Not using secondary indexes.
      ************************************************************
      Reading in reference genome from chicken.fa.nt.brg.
      In total read 1 contigs for a total of 1100480441 bases
      ************************************************************
      Reading 1F_4L_pf.fastq into a temp file.
      Will process 1 reads.
      ************************************************************
      Searching index file 1/10 (index #1, bin #1)...
      Reading index from chicken.fa.nt.1.1.bif.
      Read index from chicken.fa.nt.1.1.bif.
      Reads processed: 1
      Cleaning up index.
      Searching index file 1/10 (index #1, bin #1) complete...
      Found 1 matches.
      ************************************************************
      Searching index file 2/10 (index #2, bin #1)...
      Reading index from chicken.fa.nt.2.1.bif.
      Read index from chicken.fa.nt.2.1.bif.
      Reads processed: 1
      Cleaning up index.
      Searching index file 2/10 (index #2, bin #1) complete...
      Found 1 matches.
      ************************************************************
      Searching index file 3/10 (index #3, bin #1)...
      Reading index from chicken.fa.nt.3.1.bif.
      Read index from chicken.fa.nt.3.1.bif.
      Reads processed: 0


      Thanks for the help.......

      Comment

      • nilshomer
        Nils Homer
        • Nov 2008
        • 1283

        #4
        Can you post the first few reads that would be great.

        Comment

        • drio
          Senior Member
          • Oct 2008
          • 323

          #5
          Notice:

          Code:
          Reads processed: 1
          Against all the indexes.
          Most likely there is something wrong in your fastq file.
          Yes, can you post a few entries from your fastq?
          -drd

          Comment

          • newbietonextgen
            Member
            • Nov 2010
            • 56

            #6
            these are few lines from the fastq file:

            @No name
            AAAGCCACGTGCAACCATCATCAAACCAGTTGGTGGAGATAAGAATGGAGGCAG
            +No name
            C@@@?CCCCCCBCCCCCCCCCCCBCC;CC@:<<0<=;?A?A@CCA>B=@@C@CC
            @No name
            TTTCTAAGGTCACGTTAACTGTAAACCAGTTCAATATTGAACTTCCTTTTCAATTTGGTT
            +No name
            BABBBBB@@BBBBBBB?BBBB@BB2B=BB@B==BB@BB@B@BBBBBBBB?BBBBBBBBBB
            @No name
            GGCAAATACACCATAGACAAGGTTCAGCCAGAGGATGCAGGAAAATATGAGTGCACATT
            +No name
            CC??BCBBCCC?C?CC?CBC@=:8=?A=??CBCCB3@A=@CC8BCCBCCC?@@@CA?=@
            @No name
            TTTTAGGGGCAGACTCAGAAGAGCTGGATTCTGATGATCTGGATGAAGAGGAGGAGTTTA
            +No name
            CCCC@CCAAACC?CCCCCC?CCAAC>CCCCC>BC@CB?CCCC=CA2@CCCCC?@<?>:?C
            @No name
            AGTCTCACACAACAGTTTGAGGAAAAAGCTGCTTCTTATGACAAACTGGAAAAAACCAAG
            +No name
            CCACCBCCCC><BBBBBBBBBBBBBBBBBBBB9BBBBBB@ABB><:B>B>>>7>DBB5>B
            @No name
            ACGTACAAATTCAGTATGTGTAAGTGACTTATGCTTCATTAAGGCAAAAGTAGATCATGC
            +No name
            CCCCCABCCCCCCC@B?B>??@@@=B@B=@@1@<@BBBB<@AB>@A>>@B>?@>>@@BBB
            @No name
            CCCTAAATGCAGCAACATCAAGCAGATATACTTCACAGATTGCTGCTGTGTATCTTTGTG
            +No name
            CCCCCCCCCCCCCDCC@CCCBCCACCCCCCCCCCBC=CCCCCCBCCCCCBCCCCCB@CD@

            Comment

            • zee
              NGS specialist
              • Apr 2008
              • 249

              #7
              The reads appear odd, they all have the same name. I would imaging BFAST would not like this.

              Comment

              • drio
                Senior Member
                • Oct 2008
                • 323

                #8
                Do you really have "No name" as read ids for all the reads? Where is that data coming from? Try to change the reads id on a few reads and make them unique (test_#), then rerun match.
                -drd

                Comment

                • newbietonextgen
                  Member
                  • Nov 2010
                  • 56

                  #9
                  The data was from illumina reads from the sequence center. I only know that they are 75 bp long and was sequenced using the GA system (i think). I am not sure what pipeline was used. I will give it a try (change names) but i have used this for other aligners such as bwa, bowtie etc and have not encountered any problems with that.

                  Comment

                  • newbietonextgen
                    Member
                    • Nov 2010
                    • 56

                    #10
                    So it turns out its the header @____ made the mistake. So i got the original fastq files with unique names and the BFAST index worked. So thanks for all your help

                    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

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by SEQadmin2, Yesterday, 12:22 PM
                    0 responses
                    12 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 08-11-2026, 10:35 AM
                    0 responses
                    14 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 08-06-2026, 07:41 AM
                    0 responses
                    31 views
                    0 reactions
                    Last Post SEQadmin2  
                    Started by SEQadmin2, 08-03-2026, 10:13 AM
                    0 responses
                    50 views
                    0 reactions
                    Last Post SEQadmin2  
                    Working...