A special case of a DataFolder. Holds information about a Oxford Nanopore NGS measurement. @author: Sven Fillinger
Modifiers | Name | Description |
---|---|---|
private static java.lang.String |
NAME_SCHEMA |
The name schema of a Oxford Nanopore measurement (run). |
Fields inherited from class | Fields |
---|---|
class DataFolder |
children, name, relativePath |
Constructor and description |
---|
protected MeasurementFolder
() |
protected MeasurementFolder
(java.lang.String name, java.lang.String relativePath, java.util.List children) |
Type Params | Return Type | Name and description |
---|---|---|
|
static MeasurementFolder |
create(java.lang.String name, java.lang.String relativePath, java.util.List<?> children) Creates a new instance of a MeasurementFolder object |
|
private void |
validateName() |
Methods inherited from class | Name |
---|---|
class DataFolder |
equals, getChildren, getName, getRelativePath, hashCode |
The name schema of a Oxford Nanopore measurement (run). Example: 20200219_1107_1-E3-H3_PAE26974_454b8dc6
Creates a new instance of a MeasurementFolder object
relativePath
- The relative path of the folderchildren
- A list with child elements of unknown type of the folder