A class that is a special case of a BarcodedFolder. Its children contains elements of Fast5File.class objects @author: Sven Fillinger
Fields inherited from class | Fields |
---|---|
class BarcodedFolder |
sampleId |
class DataFolder |
children, name, relativePath |
Constructor and description |
---|
protected FastQFolder
() |
protected FastQFolder
(java.lang.String name, java.lang.String relativePath, java.util.List<FastQFile> children) |
Type Params | Return Type | Name and description |
---|---|---|
|
static FastQFolder |
create(java.lang.String name, java.lang.String relativePath, java.util.List<FastQFile> children) Creates a new instance of a FastQFolder object |
Methods inherited from class | Name |
---|---|
class BarcodedFolder |
getSampleCode, validateName |
class DataFolder |
equals, getChildren, getName, getRelativePath, hashCode |
Creates a new instance of a FastQFolder object
relativePath
- The relative path of the folderchildren
- A list with child elements of the folder