public class RunInfo extends Object
Constructor and Description |
---|
RunInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAssayType()
Get the value of assayType
|
Set<TagValueUnit> |
getExperimentAttributes()
Get the value of experimentAttributes
|
String |
getExperimentDescription()
Get the value of experimentDescription
|
String |
getExperimentName()
Get the value of experimentName
|
Set<LaneInfo> |
getLanes()
Get the value of lanes
|
String |
getPlatformId() |
Set<TagValueUnit> |
getRunAttributes()
Get the value of runAttributes
|
String |
getRunDescription()
Get the value of runDescription
|
String |
getRunFilePath()
Get the value of runFilePath
|
String |
getRunName()
Get the value of runName
|
boolean |
getRunSkip()
Get the value of runSkip
|
SequencerRunStatus |
getStatus()
Get the value of the sequencer run status
|
Set<TagValueUnit> |
getStudyAttributes()
Get the value of studyAttributes
|
String |
getStudyCenterName()
Get the value of studyCenterName
|
String |
getStudyCenterProject()
Get the value of studyCenterProject
|
String |
getStudyDescription()
Get the value of studyDescription
|
String |
getStudyTitle()
Get the value of studyTitle
|
String |
getStudyType() |
String |
getWorkflowType()
Get the value of workflowType
|
int |
hashCode() |
boolean |
isPairedEnd()
Get the value of pairedEnd
|
void |
print(Appendable writer,
Metadata metadata) |
void |
setAssayType(String assayType)
Set the value of assayType
|
void |
setExperimentAttributes(Set<TagValueUnit> experimentAttributes)
Set the value of experimentAttributes
|
void |
setExperimentDescription(String experimentDescription)
Set the value of experimentDescription
|
void |
setExperimentName(String experimentName)
Set the value of experimentName
|
void |
setLanes(Set<LaneInfo> lanes)
Set the value of lanes
|
void |
setPairedEnd(boolean pairedEnd)
Set the value of pairedEnd
|
void |
setPlatformId(int platformId) |
void |
setRunAttribute(String tag,
String value)
Adds a new run attribute if the tag does not exist for this run, or changes the value of an existing run attribute.
|
void |
setRunAttributes(Set<TagValueUnit> runAttributes)
Set the value of runAttributes
|
void |
setRunDescription(String runDescription)
Set the value of runDescription
|
void |
setRunFilePath(String runFilePath)
Set the value of runFilePath
|
void |
setRunName(String runName)
Set the value of runName
|
void |
setRunSkip(boolean runSkip)
Set the value of runSkip
|
void |
setStatus(SequencerRunStatus status)
Set the value of the sequencer run status
|
void |
setStudyAttribute(String tag,
String value)
Adds a new study attribute if the tag does not exist for this study, or changes the value of an existing study attribute.
|
void |
setStudyAttributes(Set<TagValueUnit> studyAttributes)
Set the value of studyAttributes
|
void |
setStudyCenterName(String studyCenterName)
Set the value of studyCenterName
|
void |
setStudyCenterProject(String studyCenterProject)
Set the value of studyCenterProject
|
void |
setStudyDescription(String studyDescription)
Set the value of studyDescription
|
void |
setStudyTitle(String studyTitle)
Set the value of studyTitle
|
void |
setStudyType(int studyType) |
void |
setWorkflowType(String workflowType)
Set the value of workflowType
|
String |
toString() |
public SequencerRunStatus getStatus()
public void setStatus(SequencerRunStatus status)
status
- the statuspublic String getRunFilePath()
public void setRunFilePath(String runFilePath)
runFilePath
- new value of runFilePathpublic String getExperimentDescription()
public void setExperimentDescription(String experimentDescription)
experimentDescription
- new value of experimentDescriptionpublic String getRunDescription()
public void setRunDescription(String runDescription)
runDescription
- new value of runDescriptionpublic boolean isPairedEnd()
public void setPairedEnd(boolean pairedEnd)
pairedEnd
- new value of pairedEndpublic boolean getRunSkip()
public void setRunSkip(boolean runSkip)
runSkip
- new value of runSkippublic void setLanes(Set<LaneInfo> lanes)
lanes
- new value of lanespublic String getPlatformId()
public void setPlatformId(int platformId)
public String getStudyType()
public void setStudyType(int studyType)
public Set<TagValueUnit> getRunAttributes()
public void setRunAttribute(String tag, String value)
tag
- the key of the attributevalue
- the value of the attributepublic void setRunAttributes(Set<TagValueUnit> runAttributes)
runAttributes
- new value of runAttributespublic Set<TagValueUnit> getStudyAttributes()
public void setStudyAttribute(String tag, String value)
tag
- the key of the attributevalue
- the value of the attributepublic void setStudyAttributes(Set<TagValueUnit> studyAttributes)
studyAttributes
- new value of studyAttributespublic Set<TagValueUnit> getExperimentAttributes()
public void setExperimentAttributes(Set<TagValueUnit> experimentAttributes)
experimentAttributes
- new value of experimentAttributespublic String getStudyCenterProject()
public void setStudyCenterProject(String studyCenterProject)
studyCenterProject
- new value of studyCenterProjectpublic String getStudyCenterName()
public void setStudyCenterName(String studyCenterName)
studyCenterName
- new value of studyCenterNamepublic String getStudyDescription()
public void setStudyDescription(String studyDescription)
studyDescription
- new value of studyDescriptionpublic String getAssayType()
public void setAssayType(String assayType)
assayType
- new value of assayTypepublic String getWorkflowType()
public void setWorkflowType(String workflowType)
workflowType
- new value of workflowTypepublic String getExperimentName()
public void setExperimentName(String experimentName)
experimentName
- new value of experimentNamepublic String getRunName()
public void setRunName(String runName)
runName
- new value of runNamepublic String getStudyTitle()
public void setStudyTitle(String studyTitle)
studyTitle
- new value of studyTitlepublic void print(Appendable writer, Metadata metadata) throws IOException
IOException
Copyright © 2015 SeqWare. All rights reserved.