Skip to content

Commit

Permalink
fix variant_class output for newhope (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasguignard authored Apr 2, 2021
1 parent 8a13d2c commit 7ae1aec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wwwachab.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1208,11 +1208,11 @@
#print "keys\t".$keys."\n";
}else{
#check if custom INFO exists in VCF
if (defined $newHope) {
#if (defined $newHope) {
#nothing to do
}else{
$finalSortData[$dicoColumnNbr{$keys}] = "INFO not found";
}
#}else{
# $finalSortData[$dicoColumnNbr{$keys}] = "INFO not found";
#}
}
}

Expand Down

0 comments on commit 7ae1aec

Please sign in to comment.