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

Method setOutputPrefix

src/rnabloom/RNABloom.java:1635–1637  ·  view source on GitHub ↗
(String prefix)

Source from the content-addressed store, hash-verified

1633 }
1634
1635 public void setOutputPrefix(String prefix) {
1636 this.prefix = prefix;
1637 }
1638
1639 public synchronized void write(String fragment, ArrayList<Kmer> transcriptKmers) throws IOException {
1640 if (!represented(transcriptKmers,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected