Class FastQScreenReportPooledSampleTest
java.lang.Object
fr.ens.biologie.genomique.aozan.tests.pooledsample.AbstractPooledSampleTest
fr.ens.biologie.genomique.aozan.tests.pooledsample.FastQScreenReportPooledSampleTest
- All Implemented Interfaces:
AozanTest,PooledSampleTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigure(TestConfiguration conf) Configure the test.Get the name of the collectors required for the test.Do a test.Methods inherited from class fr.ens.biologie.genomique.aozan.tests.pooledsample.AbstractPooledSampleTest
getColumnName, getDescription, getName, getUnit, init
-
Constructor Details
-
FastQScreenReportPooledSampleTest
public FastQScreenReportPooledSampleTest()Public constructor.
-
-
Method Details
-
configure
Description copied from interface:AozanTestConfigure the test.- Parameters:
conf- the test configuration- Returns:
- list of Aozan tests
- Throws:
AozanException
-
test
Description copied from interface:PooledSampleTestDo a test.- Parameters:
data- result objectpooledSampleId- pooled sample Id- Returns:
- a TestResult object with the result of the test
-
getCollectorsNamesRequiered
Description copied from interface:AozanTestGet the name of the collectors required for the test.- Returns:
- a list of String with the name of the required collectors
-