Skip to content

Commit 82ecaa8

Browse files
committed
Bugfix for ParagraphStep
1 parent 15f6fc2 commit 82ecaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/alignment/ParagraphStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ else if (header.getReadGroups().size() > 1)
141141

142142
String rgId = header.getReadGroups().get(0).getSample();
143143

144-
JSONObject json = new JSONObject(FileUtils.readFileToString(coverageFile, Charset.defaultCharset()));
144+
JSONObject json = new JSONObject(FileUtils.readFileToString(coverageJson, Charset.defaultCharset()));
145145
writer.println("id\tpath\tdepth\tread length");
146146
double depth = json.getJSONObject("autosome").getDouble("depth");
147147
double readLength = json.getInt("read_length");

0 commit comments

Comments
 (0)