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

Method FastaWriter

src/rnabloom/io/FastaWriter.java:31–33  ·  view source on GitHub ↗
(String path, boolean append)

Source from the content-addressed store, hash-verified

29 private boolean writeUracil = false;
30
31 public FastaWriter(String path, boolean append) throws IOException {
32 out = getTextFileWriter(path, append);
33 }
34
35 public FastaWriter(String path, boolean append, boolean writeUracil) throws IOException {
36 this(path, append);

Callers

nothing calls this directly

Calls 1

getTextFileWriterMethod · 0.80

Tested by

no test coverage detected