Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • etk1220
    Junior Member
    • Jan 2010
    • 1

    Bfast Sam format

    Hello,

    I am trying to map solid reads to a reference file using bfast, and during the post-processing step, when I try to get the output in sam format, bfast begins processing the reads and immediately prints the error message:
    AlignedReadConvert.c:705: AlignedReadConvertPrintAlignedEntryToSAM: Assertion `strlen(qual) == strlen(read)' failed.
    Abort

    I checked the length of the qual line in the fastq file that I used and it was equal to the length of the sequence line. I also tried post processing with the output in baf format, and then converting to .sam format using bafconvert, but that resulted in the same error during the conversion step.

    Any help in this matter would be greatly appreciated.

    Thanks,
    etk1220
  • nilshomer
    Nils Homer
    • Nov 2008
    • 1283

    #2
    Originally posted by etk1220 View Post
    Hello,

    I am trying to map solid reads to a reference file using bfast, and during the post-processing step, when I try to get the output in sam format, bfast begins processing the reads and immediately prints the error message:
    AlignedReadConvert.c:705: AlignedReadConvertPrintAlignedEntryToSAM: Assertion `strlen(qual) == strlen(read)' failed.
    Abort

    I checked the length of the qual line in the fastq file that I used and it was equal to the length of the sequence line. I also tried post processing with the output in baf format, and then converting to .sam format using bafconvert, but that resulted in the same error during the conversion step.

    Any help in this matter would be greatly appreciated.

    Thanks,
    etk1220
    If you are aligning SOLiD reads the quality string should be one character fewer than the sequence string. i.e.

    OK:
    Code:
    >READ
    T00000
    +
    IIIII
    NOT OK:
    Code:
    >READ
    T00000
    +
    IIIIII
    If you are not aligning SOLiD reads then can you check that there are no whitespaces in your sequence or quality strings?

    Comment

    • niazi84@hotmail.com
      Member
      • Jan 2010
      • 25

      #3
      How to view output

      Hello,

      I am new to BFast. I have executed the sample data from tutorial's commands. Now i have .sam reported file. Can anybody tell me how to view this file. Will i have to use other software to view the result? Thanks
      ~Adnan~

      Comment

      • nilshomer
        Nils Homer
        • Nov 2008
        • 1283

        #4
        Originally posted by [email protected] View Post
        Hello,

        I am new to BFast. I have executed the sample data from tutorial's commands. Now i have .sam reported file. Can anybody tell me how to view this file. Will i have to use other software to view the result? Thanks
        The SAM format is described here and can be manipulated by SAMTools or Picard. Genome viewers (like IGV) can view the alignments. Feel free to search past posts or the software hub here at seqanswers for many interesting and helpful posts on each of these types of software.

        Comment

        Latest Articles

        Collapse

        • GATTACAT
          Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by GATTACAT
          Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
          07-01-2026, 11:43 AM
        • 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

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 07-02-2026, 11:08 AM
        0 responses
        7 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-30-2026, 05:37 AM
        0 responses
        12 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-26-2026, 11:10 AM
        0 responses
        20 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        54 views
        0 reactions
        Last Post SEQadmin2  
        Working...