Class FastQCDuplicationLevelSampleTest
java.lang.Object
fr.ens.biologie.genomique.aozan.tests.sample.AbstractSampleTest
fr.ens.biologie.genomique.aozan.tests.sample.AbstractFastQCSampleTest
fr.ens.biologie.genomique.aozan.tests.sample.FastQCDuplicationLevelSampleTest
- All Implemented Interfaces:
AozanTest,SampleTest
This class define a sample test for FastQC duplication level module.
- Since:
- 0.8
- Author:
- Laurent Jourdren
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigure(TestConfiguration conf) Configure the test.protected intGet the anchor index of for the module in FastQC HTML report.protected StringGet the name of the FastQC module.Methods inherited from class fr.ens.biologie.genomique.aozan.tests.sample.AbstractFastQCSampleTest
getCollectorsNamesRequiered, testMethods inherited from class fr.ens.biologie.genomique.aozan.tests.sample.AbstractSampleTest
getColumnName, getDescription, getName, getUnit, init
-
Constructor Details
-
FastQCDuplicationLevelSampleTest
public FastQCDuplicationLevelSampleTest()Public constructor.
-
-
Method Details
-
configure
Description copied from interface:AozanTestConfigure the test.- Parameters:
conf- the test configuration- Returns:
- list of Aozan tests
- Throws:
AozanException
-
getQCModuleName
Description copied from class:AbstractFastQCSampleTestGet the name of the FastQC module.- Specified by:
getQCModuleNamein classAbstractFastQCSampleTest- Returns:
- the name of the FastQC module
-
getHTMLAnchorIndex
protected int getHTMLAnchorIndex()Description copied from class:AbstractFastQCSampleTestGet the anchor index of for the module in FastQC HTML report.- Specified by:
getHTMLAnchorIndexin classAbstractFastQCSampleTest- Returns:
- the position anchor
-