Class IlluminaRunIdWrapper
- java.lang.Object
-
- fr.ens.biologie.genomique.aozan.aozan3.IlluminaRunIdWrapper
-
public class IlluminaRunIdWrapper extends Object
This class allow to get information from Illumina run id.- Since:
- 3.0
- Author:
- Laurent Jourdren
-
-
Constructor Summary
Constructors Constructor Description IlluminaRunIdWrapper(RunId runId)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFlowCellId()
Get the flow cell identifier.String
getInstrumentSerialNumber()
Get the instrument serial number.RunId
getRunId()
Get RunId.int
getRunNumber()
Get the run number.
-
-
-
Constructor Detail
-
IlluminaRunIdWrapper
public IlluminaRunIdWrapper(RunId runId)
Constructor.- Parameters:
runId
- run id
-
-
Method Detail
-
getRunId
public RunId getRunId()
Get RunId.- Returns:
- the RunId
-
getRunNumber
public int getRunNumber()
Get the run number.- Returns:
- the run number as an integer
-
getFlowCellId
public String getFlowCellId()
Get the flow cell identifier.- Returns:
- the flow cell identifier as a string
-
getInstrumentSerialNumber
public String getInstrumentSerialNumber()
Get the instrument serial number.- Returns:
- the instrument serial number as a string
-
-