Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • 454andSolid
    Junior Member
    • May 2009
    • 8

    Merging alignments in mosaik - problems

    Hi! I'm having trouble merging alignments in colour space (SOLiD) and base space (454) in Mosaik (version 1.0.1388). This is what I have done:

    Code:
    ################
    ## 1. Build Mosaik binary files from SOLiD reads, 454 reads and  consensus
    
    # Build binary from consensus
    >MosaikBuild -fr scaffolds.fna -oa scaffolds.dat
    
    # Create jump database for consensus
    >MosaikJump -ia scaffolds.dat -out saffolds_15.dat -hs 15
    
    # Build binary from consensus in colour space
    >MosaikBuild -fr scaffolds.fna -cs -oa scaffolds_cs.dat
    
    # Build binaries from 454 reads
    >MosaikBuild -fr 1.TCA.454Reads.fna -fq 1.TCA.454Reads.qual -out 454reads.dat -st 454
    
    # Build binary from SOLiD reads
    >MosaikBuild -fr solid.csfasta -fq solid.qual -out solidreads.dat -st solid
    
    
    ################
    ## 2. Map 454 reads to consensus
    >MosaikAligner -in 454reads.dat  -out 454reads_aligned.dat -ia scaffolds.dat -hs 15 -mmp 0.05 -mhp 100 -act 55  -p 2 -j scaffolds_15.dat -bw 51
    
    # then sort
    >MosaikSort -in 454reads_aligned.dat  -out 454reads_sorted.dat
    
    
    ################
    ## 3. Map SOLiD reads to consensus
    >MosaikAligner -in solid_reads.dat  -out solid_reads_aligned.dat -ibs scaffolds.dat -ia scaffolds_cs.dat -hs 15 -mm 4 -mhp 100 -act 25  -p 2
    
    # then sort
    >MosaikSort -in solid_reads_aligned.dat  -out solid_reads_sorted.dat 
    
    
    ################
    ## 4. Merge alignments from 2. and 3.
    >MosaikMerge -in 454reads_sorted.dat -in solid_reads_sorted.dat -out all_reads_sorted.dat


    The last step is where I run into problems. I get "ERROR: Found an inconsistency in the reference sequences. Merged alignment archives must share the same subset of reference sequences."

    Any advice? Is there a bug somewhere or am I just doing something wrong?

    /Jakub
    Last edited by 454andSolid; 05-17-2010, 12:04 AM.

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
34 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 06-09-2026, 11:58 AM
0 responses
99 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 06-05-2026, 10:09 AM
0 responses
120 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 06-04-2026, 08:59 AM
0 responses
113 views
0 reactions
Last Post SEQadmin2  
Working...