(File graphFile)
| 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); |
no test coverage detected