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

Method FastqReader

src/rnabloom/io/FastqReader.java:38–41  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getTextFileReaderMethod · 0.80

Tested by

no test coverage detected