Skip to content

Commit dbce725

Browse files
committed
Add pct to NT import
1 parent a03dd58 commit dbce725

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
@@ -966,6 +966,7 @@ private void importNtSnps(AnalysisModel model, File inputBam, File outDir) throw
966966
ntRow.put("readcount", alleleDepth);
967967
ntRow.put("depth", depth);
968968
ntRow.put("adj_depth", vc.getAttribute("DP"));
969+
ntRow.put("pct", vc.getAttribute("AF"));
969970
ntRow.put("container", getPipelineCtx().getJob().getContainer().getEntityId());
970971
ntRow.put("createdby", getPipelineCtx().getJob().getUser().getUserId());
971972
ntRow.put("modifiedby", getPipelineCtx().getJob().getUser().getUserId());

0 commit comments

Comments
 (0)