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

Method updateGraphDesc

src/rnabloom/RNABloom.java:4665–4667  ·  view source on GitHub ↗
(File graphFile)

Source from the content-addressed store, hash-verified

4663 }
4664
4665 public void updateGraphDesc(File graphFile) throws IOException {
4666 graph.saveDesc(graphFile);
4667 }
4668
4669 public void savePairedKmersBloomFilter(File graphFile) throws IOException {
4670 graph.savePkbf(graphFile);

Callers 1

assembleFragmentsMethod · 0.80

Calls 1

saveDescMethod · 0.80

Tested by

no test coverage detected