Skip to content

Commit 97c9158

Browse files
committed
Bugfix LoFreq variant import
1 parent fbb9c2a commit 97c9158

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ public static void processAndImportNextCladeAa(PipelineJob job, File jsonFile, i
269269
{
270270
JSONObject aa = aaSubstitutions.getJSONObject(i);
271271
int pos = aa.getInt("codon");
272+
pos = pos + 1; //make 1-based
273+
272274
String aaName = aa.getString("gene");
273275

274276
JSONObject range = aa.getJSONObject("nucRange");

0 commit comments

Comments
 (0)