Class IlluminaUtils
java.lang.Object
fr.ens.biologie.genomique.aozan.aozan3.IlluminaUtils
This class contents some utility methods for Illumina.
- Since:
- 3.0
- Author:
- Laurent Jourdren
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckRunId(String runId) Check if the run id is valid.
-
Method Details
-
checkRunId
Check if the run id is valid.- Parameters:
runId- the run identifier- Returns:
- true if the run identifier is valid
-