Class IlluminaUtils
- java.lang.Object
-
- fr.ens.biologie.genomique.aozan.aozan3.IlluminaUtils
-
public class IlluminaUtils extends Object
This class contents some utility methods for Illumina.- Since:
- 3.0
- Author:
- Laurent Jourdren
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
checkRunId(String runId)
Check if the run id is valid.
-
-
-
Method Detail
-
checkRunId
public static boolean checkRunId(String runId)
Check if the run id is valid.- Parameters:
runId
- the run identifier- Returns:
- true if the run identifier is valid
-
-