Skip to content

Commit

Permalink
Bugfix for ParagraphStep
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jun 21, 2024
1 parent 15f6fc2 commit 82ecaa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ else if (header.getReadGroups().size() > 1)

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

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

0 comments on commit 82ecaa8

Please sign in to comment.