public interface SequenceWriter
Interface of sequence writer
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSequence(int index,
int[] seq) |
void |
close() |
void |
initialize()
It is required to call this method before calling the addSequence method.
|
void initialize()
void close()
boolean addSequence(int index,
int[] seq)
index: - the index of the sequenceseq: - the sequence informationCopyright © 2018 JULIE Lab, Germany. All rights reserved.