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

Method getPathsFromListFile

src/rnabloom/RNABloom.java:5790–5792  ·  view source on GitHub ↗
(String[] paths)

Source from the content-addressed store, hash-verified

5788 }
5789
5790 private static String[] getPathsFromListFile(String[] paths) throws IOException {
5791 return getNonEmptyLines(paths[0].substring(1));
5792 }
5793
5794 private static String[] getNonEmptyLines(String textFile) throws IOException {
5795 ArrayList<String> lines = new ArrayList<>();

Callers 1

mainMethod · 0.95

Calls 1

getNonEmptyLinesMethod · 0.95

Tested by

no test coverage detected