Skip to content

Commit d986d08

Browse files
committed
Don't use thousands separator in table output
1 parent 112dbd7 commit d986d08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ public Output performAnalysisPerSampleRemote(Readset rs, File inputBam, Referenc
230230

231231
//Optional: amplicons/depth:
232232
NumberFormat decimal = DecimalFormat.getNumberInstance();
233+
decimal.setGroupingUsed(false);
233234
decimal.setMaximumFractionDigits(2);
234235
Integer ampliconBedId = getProvider().getParameterByName("ampliconBedFile").extractValue(getPipelineCtx().getJob(), getProvider(), getStepIdx(), Integer.class);
235236
if (ampliconBedId != null)

0 commit comments

Comments
 (0)