Changes

From Genome Analysis Wiki
Jump to navigationJump to search
29 bytes added ,  22:06, 19 November 2009
m
Line 85: Line 85:  
= A Complete Example =
 
= A Complete Example =
   −
&nbsp; A wrap-up message for quick start mapping color space reads.<br>
+
A wrap-up message for quick start mapping color space reads.<br>
    
Building binary genome reference and word index:<br>
 
Building binary genome reference and word index:<br>
Line 92: Line 92:  
   ln -s NCBI36.fa NCBI36CS.fa
 
   ln -s NCBI36.fa NCBI36CS.fa
 
   karma --colorSpace --createReference --createIndex --reference NCBI36CS.fa
 
   karma --colorSpace --createReference --createIndex --reference NCBI36CS.fa
  −
<br>
      
Mapping color space reads:<br>
 
Mapping color space reads:<br>
Line 99: Line 97:  
   karma --reference NCBI36.fa --csReference NCBI36CS.fa --colorSpace single.csfastq
 
   karma --reference NCBI36.fa --csReference NCBI36CS.fa --colorSpace single.csfastq
 
   karma --reference NCBI36.fa --csReference NCBI36CS.fa --colorSpace \
 
   karma --reference NCBI36.fa --csReference NCBI36CS.fa --colorSpace \
   --pairedReads pair1.csfastq pair2.csfastq
+
   --pairedReads pair.1.csfastq pair.2.csfastq
   −
The output files are ''single.sam'' and ''pair1.sam'' and they conform SAM specification.
+
The output files are&nbsp; ''single.sam''&nbsp; and&nbsp; ''pair.1.sam''&nbsp; and they conform to the .sam format specification.
    
<br>
 
<br>
29

edits

Navigation menu