Package foundation.omni.consensus
Interface ConsensusToolOutput
public interface ConsensusToolOutput
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic voidoutput(ConsensusSnapshot snap, PrintWriter writer, boolean tsv) Output a ConsensusSnapshot to a PrintWriter.static voidprint(ConsensusSnapshot snap, PrintWriter pwout) static voidsave(ConsensusSnapshot snap, File file)
-
Method Details
-
save
- Throws:
FileNotFoundException
-
print
-
output
Output a ConsensusSnapshot to a PrintWriter.- Parameters:
snap- Snapshot to outputwriter- where to outputtsv- if true, use Tab-separated values. else use colons
-