Skip to content

Commit

Permalink
Merge branch 'pipeline_v6_0' of https://github.com/hartwigmedical/hmf…
Browse files Browse the repository at this point in the history
…tools into pipeline_v6_0
  • Loading branch information
charlesshale committed Nov 28, 2024
2 parents d570efe + 26b3aa1 commit 374f9e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ public List<AltContext> readBam(
catch(Exception e)
{
SG_LOGGER.error("error processing read({} {}:{}-{}) error: {}",
record.getReadName(), record.getReferenceName(), record.getAlignmentStart(), record.getAlignmentEnd());
record.getReadName(), record.getReferenceName(), record.getAlignmentStart(), record.getAlignmentEnd(), e.toString());
e.printStackTrace();
System.exit(1);
}

Expand Down

0 comments on commit 374f9e6

Please sign in to comment.