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

Method destroyAllBf

src/rnabloom/RNABloom.java:332–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

330 }
331
332 public void destroyAllBf() {
333 if (graph != null) {
334 graph.destroy();
335 }
336
337 if (screeningBf != null) {
338 screeningBf.destroy();
339 screeningBf = null;
340 }
341
342 dbgFPR = 0;
343 covFPR = 0;
344 }
345
346 public static void checkInputFileFormat(String path) throws FileFormatException {
347 if (!FastaReader.isCorrectFormat(path) && !FastqReader.isCorrectFormat(path)) {

Callers 3

mainMethod · 0.95
assembleTranscriptsSEMethod · 0.80
assembleTranscriptsPEMethod · 0.80

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected