Skip to content

Commit cec2e5a

Browse files
committed
Bugfix LoFreq variant import
1 parent 66bdf16 commit cec2e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ private void importNtSnps(AnalysisModel model, File inputBam, File outDir) throw
926926

927927
if (vc.isFiltered())
928928
{
929-
return;
929+
continue;
930930
}
931931

932932
double pct = vc.getAttributeAsDouble("AF", 0.0);

0 commit comments

Comments
 (0)