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

Method isListFile

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

Source from the content-addressed store, hash-verified

5784 }
5785
5786 private static boolean isListFile(String[] paths) {
5787 return paths.length == 1 && paths[0].charAt(0) == '@';
5788 }
5789
5790 private static String[] getPathsFromListFile(String[] paths) throws IOException {
5791 return getNonEmptyLines(paths[0].substring(1));

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected