Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 210: Line 210:     
Let's look a look at the index file I prepared for this tutorial:
 
Let's look a look at the index file I prepared for this tutorial:
  less -S ${IN}/align.index  
+
  less -S ${SS}/align.index  
    
Remember, use <code>'q'</code> to exit out of <code>less</code>
 
Remember, use <code>'q'</code> to exit out of <code>less</code>
Line 234: Line 234:  
<ul>
 
<ul>
 
<li>Use cut to extract just the MERGE_NAME & RGID fields </li>
 
<li>Use cut to extract just the MERGE_NAME & RGID fields </li>
  cut -f 1,4 ${IN}/align.index
+
  cut -f 1,4 ${SS}/align.index
 
</ul>
 
</ul>
 
</div>
 
</div>

Navigation menu