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

Method deleteIfExists

src/rnabloom/util/FileUtils.java:88–90  ·  view source on GitHub ↗
(String p)

Source from the content-addressed store, hash-verified

86 }
87
88 public static void deleteIfExists(String p) throws IOException {
89 Files.deleteIfExists(FileSystems.getDefault().getPath(p));
90 }
91
92 public static void saveStringToFile(String path, String str) throws IOException {
93 FileWriter writer = new FileWriter(path, false);

Callers 15

mergeClusterFastasMethod · 0.80
deleteAllMethod · 0.80
mergePooledAssembliesMethod · 0.80
assembleTranscriptsNRMethod · 0.80
assembleTranscriptsPEMethod · 0.80
mainMethod · 0.80
mapAndConsensusMethod · 0.80
seededUniqueOLCMethod · 0.80
uniqueOLCMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected