Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 114: Line 114:     
How long did INDEL calling take?  Look at the log message - time in seconds.
 
How long did INDEL calling take?  Look at the log message - time in seconds.
  −
===  Need a BAM Index File? ===
  −
Check your BAM files
  −
ls $SAMPLE/output/bams/*bam
  −
  −
Check your BAI files
  −
ls $SAMPLE/output/bams/*bai
  −
  −
Do you have the same number of BAM & BAI files?
  −
* If so, then you are good to go.
  −
* If you have more BAI's than BAM's - oops!!! (LET ME KNOW)
  −
* If you have more BAM's than BAI's, we need to generate the index:
  −
*: <pre>$GC/bin/samtools index $SAMPLE/output/bams/YOUR_BAM_WITH_MISSING_BAI.bam</pre>
  −
      
=== Detach From screen===
 
=== Detach From screen===

Navigation menu