We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f6fc2 commit 82ecaa8Copy full SHA for 82ecaa8
SequenceAnalysis/src/org/labkey/sequenceanalysis/run/alignment/ParagraphStep.java
@@ -141,7 +141,7 @@ else if (header.getReadGroups().size() > 1)
141
142
String rgId = header.getReadGroups().get(0).getSample();
143
144
- JSONObject json = new JSONObject(FileUtils.readFileToString(coverageFile, Charset.defaultCharset()));
+ JSONObject json = new JSONObject(FileUtils.readFileToString(coverageJson, Charset.defaultCharset()));
145
writer.println("id\tpath\tdepth\tread length");
146
double depth = json.getJSONObject("autosome").getDouble("depth");
147
double readLength = json.getInt("read_length");
0 commit comments