(String prefix)
| 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, |
no outgoing calls
no test coverage detected