#Defining Deletions if($splitstoreD == 1) { $bwa{$ID}[11]="Del" } else { $bwa{$ID}[11]=0 } #Defining Insertions if($splitstoreI == 1) { $bwa{$ID}[12]="Ins" } else { $bwa{$ID}[12]=0 }