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

Method FastaReader

src/rnabloom/io/FastaReader.java:37–40  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

35 private boolean removeNameSuffix = true;
36
37 public FastaReader(String path) throws IOException {
38 br = getTextFileReader(path);
39 itr = br.lines().iterator();
40 }
41
42 public void setRemoveNameSuffix(boolean value) {
43 this.removeNameSuffix = value;

Callers

nothing calls this directly

Calls 1

getTextFileReaderMethod · 0.80

Tested by

no test coverage detected