Showing posts with label genome. Show all posts
Showing posts with label genome. Show all posts

Friday, March 13, 2015

Prepare The Genome for BWA and GATK

Create BWA index for the genome:
 
>bwa index hg19.fa
 
Create the dict file for the genome: 
 
>java -jar CreateSequenceDictionary.jar R= hg19.fa O= hg19.dict
 
Create index for the genome:
 
>samtools faidx hg19.fa