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

Method setupFragmentPairedKmersBloomFilter

src/rnabloom/RNABloom.java:2383–2385  ·  view source on GitHub ↗
(long numBits, int numHash)

Source from the content-addressed store, hash-verified

2381 }
2382
2383 public void setupFragmentPairedKmersBloomFilter(long numBits, int numHash) {
2384 graph.initializePairKmersBloomFilter(numBits, numHash);
2385 }
2386
2387 public void updateFragmentKmerDistance(String graphFile) throws IOException {
2388 graph.updateFragmentKmerDistance(new File(graphFile));

Callers 2

assembleFragmentsMethod · 0.80
assembleTranscriptsPEMethod · 0.80

Calls 1

Tested by

no test coverage detected