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
public class FastQCDuplicationLevelSampleTest extends AbstractFastQCSampleTest
This class define a sample test for FastQC duplication level module.- Since:
- 0.8
- Author:
- Laurent Jourdren
-
-
Constructor Summary
Constructors Constructor Description FastQCDuplicationLevelSampleTest()Public constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AozanTest>configure(TestConfiguration conf)Configure the test.protected intgetHTMLAnchorIndex()Get the anchor index of for the module in FastQC HTML report.protected StringgetQCModuleName()Get the name of the FastQC module.-
Methods inherited from class fr.ens.biologie.genomique.aozan.tests.sample.AbstractFastQCSampleTest
getCollectorsNamesRequiered, test
-
Methods inherited from class fr.ens.biologie.genomique.aozan.tests.sample.AbstractSampleTest
getColumnName, getDescription, getName, getUnit, init
-
-
-
-
Method Detail
-
configure
public List<AozanTest> configure(TestConfiguration conf) throws AozanException
Description copied from interface:AozanTestConfigure the test.- Parameters:
conf- the test configuration- Returns:
- list of Aozan tests
- Throws:
AozanException
-
getQCModuleName
protected String 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
-
-