MCPcopy Create free account
hub / github.com/BirolLab/RNA-Bloom / exitOnError

Method exitOnError

src/rnabloom/RNABloom.java:255–258  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

253 }
254
255 private static void exitOnError(String msg) {
256 System.out.println("ERROR: " + msg);
257 System.exit(1);
258 }
259
260 private static void handleException(Exception ex) {
261 System.out.println("ERROR: " + ex.getMessage() );

Callers 5

getPooledReadPathsMethod · 0.95
assembleTranscriptsNRMethod · 0.95
mainMethod · 0.95
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected