Skip to content

Commit

Permalink
corrected values for default DP4
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Jan 29, 2016
1 parent 8c72ce8 commit 34468aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/set_fixVcf.pl
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ sub fixVcfLine{
$y{gtypes}{$samplename}{DP4}=$y{INFO}{DP4};
delete($y{INFO}{DP4});
}
$y{gtypes}{$samplename}{DP4}||=join(",",qw(. . . .));
# If it wasn't defined before, set it up
$y{gtypes}{$samplename}{DP4}=join(",",
$y{gtypes}{$samplename}{RDF},
Expand Down

0 comments on commit 34468aa

Please sign in to comment.