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
public class FastQScreenReportPooledSampleTest extends AbstractPooledSampleTest
-
-
Constructor Summary
Constructors Constructor Description FastQScreenReportPooledSampleTest()
Public constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AozanTest>
configure(TestConfiguration conf)
Configure the test.List<String>
getCollectorsNamesRequiered()
Get the name of the collectors required for the test.TestResult
test(RunData data, int pooledSampleId)
Do a test.-
Methods inherited from class fr.ens.biologie.genomique.aozan.tests.pooledsample.AbstractPooledSampleTest
getColumnName, getDescription, getName, getUnit, init
-
-
-
-
Method Detail
-
configure
public List<AozanTest> configure(TestConfiguration conf) throws AozanException
Description copied from interface:AozanTest
Configure the test.- Parameters:
conf
- the test configuration- Returns:
- list of Aozan tests
- Throws:
AozanException
-
test
public TestResult test(RunData data, int pooledSampleId)
Description copied from interface:PooledSampleTest
Do a test.- Parameters:
data
- result objectpooledSampleId
- pooled sample Id- Returns:
- a TestResult object with the result of the test
-
-