Skip to content

Commit 66bdf16

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ public static void processAndImportNextCladeAa(PipelineJob job, File jsonFile, i
333333
aaRow.put("pct", af);
334334

335335
aaRow.put("createdby", job.getUser().getUserId());
336-
aaRow.put("created", job.getUser().getUserId());
337-
aaRow.put("modifiedby", new Date());
336+
aaRow.put("created", new Date());
337+
aaRow.put("modifiedby", job.getUser().getUserId());
338338
aaRow.put("modified", new Date());
339339
aaRow.put("container", job.getContainer());
340340

0 commit comments

Comments
 (0)