Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 9: Line 9:  
  export CHR20_OUT=~/personal/output.20
 
  export CHR20_OUT=~/personal/output.20
 
  mkdir -p $CHR20_OUT
 
  mkdir -p $CHR20_OUT
 +
export EXOME_OUT=~/personal/output.exome
 +
mkdir -p $EXOME_OUT
    
ALIGN_OUT needs to point to where your alignment output went, so if your output is not ~/personal/output, please set OUT appropriately
 
ALIGN_OUT needs to point to where your alignment output went, so if your output is not ~/personal/output, please set OUT appropriately
Line 14: Line 16:  
Verify that this does not give an error:
 
Verify that this does not give an error:
 
  ls $ALIGN_OUT/bams/${SAMPLE}.recal.bam
 
  ls $ALIGN_OUT/bams/${SAMPLE}.recal.bam
      
== Chromosome 20 ==
 
== Chromosome 20 ==

Navigation menu