Changes

From Genome Analysis Wiki
Jump to navigationJump to search
722 bytes added ,  11:10, 2 February 2017
Line 1: Line 1: −
<br> '''K-tuple Alignment with Rapid Matching Algorithm'''  
+
<!--        BANNER ACROSS TOP OF PAGE        -->
 +
{| style="width:100%; background:#ffb6c1; margin-top:1.2em; border:1px solid #ccc;" |
 +
| style="width:100%; text-align:center; white-space:nowrap; color:#000;" |
 +
<div style="font-size:162%; border:none; margin:0; padding:.1em; color:#000;">KARMA is obsolete and not maintained</div>
 +
|}
 +
 
 +
 
 +
'''K-tuple Alignment with Rapid Matching Algorithm'''  
    
Karma uses an existing reference to align short reads, such as those generated by Illumina sequencers.  
 
Karma uses an existing reference to align short reads, such as those generated by Illumina sequencers.  
Line 20: Line 27:  
= Download Karma  =
 
= Download Karma  =
   −
To get a copy go to [http://www.sph.umich.edu/csg/pha/karma/download/ Karma Download]  
+
To get a copy go to [http://csg.sph.umich.edu//pha/karma/download/ Karma Download]
    
= Build Karma  =
 
= Build Karma  =
Line 191: Line 198:  
Besides conforming to SAM specification, Karma developed its own optional tags to&nbsp; help evaluate mapping.  
 
Besides conforming to SAM specification, Karma developed its own optional tags to&nbsp; help evaluate mapping.  
   −
{| cellspacing="1" cellpadding="1" border="1" width="600"
+
{| cellspacing="1" cellpadding="1" border="1" style="width: 1034px; height: 291px;"
 
|-
 
|-
 
| XA  
 
| XA  
Line 209: Line 216:  
|-
 
|-
 
| ER  
 
| ER  
| Different kind of errors when mapping
+
|  
 +
Different kind of errors when mapping:
 +
 
 +
ER:Z:no_match -&gt; UNSET_QUALITY<br>ER:Z:invalid_bases -&gt; INVALID_DATA (not used yet)<br>ER:Z:duplicates -&gt; EARLYSTOP_DUPLICATES ( early stop due to reaching max number of best matches, with all bases matched)<br>ER:Z:quality -&gt; EARLYSTOP_QUALITY (early stop due to reaching max posterior quality)<br>ER:Z:repeats -&gt; REPEAT_QUALITY (not used yet)<br>
 +
 
 
|}
 
|}
    
<br>  
 
<br>  
   −
<br>  
+
<br>
    
= Other test and check capabilities  =
 
= Other test and check capabilities  =
96

edits

Navigation menu