Skip to content

Commit e44e027

Browse files
committed
Bugfix to merge lofreq VCFs
1 parent 166c3c9 commit e44e027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/analysis/MergeLoFreqVcfHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ private class SiteAndAlleles
111111
private final Allele _ref;
112112

113113
Map<String, Map<Allele, Allele>> _encounteredAlleles = new HashMap<>();
114-
List<Allele> _alternates;
114+
List<Allele> _alternates = new ArrayList<>();
115115

116116
public SiteAndAlleles(String contig, int start, Allele ref)
117117
{

0 commit comments

Comments
 (0)