public class WsResults
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected GraphStructure |
graph |
protected WsResultsInfo |
info |
protected WsRead[] |
reads |
Modifier | Constructor and Description |
---|---|
protected |
WsResults()
de-serialization only
|
|
WsResults(java.lang.String status) |
|
WsResults(WsResultsInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
clipReadsTo(int start,
int length)
used to clip reads for msa/insertions view
|
GraphStructure |
getGraph() |
static byte[] |
getGZippedError(java.lang.String error)
Returns gzipped error code
|
WsResultsInfo |
getInfo() |
WsRead[] |
getReads() |
void |
setGraph(GraphStructure structure) |
void |
setInfo(WsResultsInfo info) |
void |
setReads(WsRead[] data) |
java.lang.String |
toString() |
protected WsResultsInfo info
protected WsRead[] reads
protected GraphStructure graph
public WsResults(java.lang.String status)
public WsResults(WsResultsInfo info)
protected WsResults()
public WsResultsInfo getInfo()
public void setInfo(WsResultsInfo info)
public WsRead[] getReads()
public void setReads(WsRead[] data)
public GraphStructure getGraph()
public void setGraph(GraphStructure structure)
public void clipReadsTo(int start, int length)
start
- length
- public static byte[] getGZippedError(java.lang.String error)
error
- public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.