Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • christophpale
    Member
    • May 2010
    • 16

    Please help aligning SOLID PE data

    Hi
    I've been having problem with SOLID pe data and i was hoping you can help. I am use to hiseq data but the tools for SOLID are unclear to me.
    I ran my SOLID 50 and 30 bp paired reads with novoalign--that failed; then running with bwa failed because of the way the reads are listed as R5 versus R3 (I forget the exact detail).
    I then used BFAST which took forever (2 weeks). then I called mutations with GATK but I only get 5000K variants when I expected over 30K (for agilent sureselect 50M).
    Although it is possible the data I have is insufficiently covered, it would be good to know that I have done all the steps properly.

    Could you please share your the code that you use to align the csfasta files?
    for example, the reads I have have the following naming
    abc_F3.csfasta
    abc_R5-BC.csfasta
    abc_F3_QV.qual
    abc_R5-BC_QV.qual

    thanks !
  • gringer
    David Eccles (gringer)
    • May 2011
    • 845

    #2
    The solid reads are aligned in RF orientation (R5-BC for the reverse strand, F3 for the forward strand), so you may need to explicitly indicate this for your alignment programs. I've had trouble aligning with Bowtie paired-end for some reason, but the unpaired reads seem to align fine.

    Comment

    • kevleb
      Member
      • Jun 2009
      • 10

      #3
      i use bowtie to align paired-ends reads from SOLiD :
      bowtie -f --fr -C -S -I 0 -X 500 --Q1 f3.qual --Q2 f5.qual -1 f3.csfasta -2 f5.csfasta bowtie_index_c algn.sam
      Bowtie_index_c must be in color space (bowtie-build -C seq.fa seq_c)
      kevin.

      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
      25 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...