Class Q30PercentSampleTest
java.lang.Object
fr.ens.biologie.genomique.aozan.tests.sample.AbstractSampleTest
fr.ens.biologie.genomique.aozan.tests.sample.Q30PercentSampleTest
- All Implemented Interfaces:
AozanTest,SampleTest
This class define a percent Q30 sample test.
- Since:
- 0.8
- Author:
- Laurent Jourdren
-
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.sample.AbstractSampleTest
getColumnName, getDescription, getName, getUnit, init
-
Constructor Details
-
Q30PercentSampleTest
public Q30PercentSampleTest()Public constructor.
-
-
Method Details
-
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
-
test
Description copied from interface:SampleTestDo a test.- Parameters:
data- result objectread- index of readreadSample- index of read without indexed readssampleId- the sample id of the sample to test.- Returns:
- a TestResult object with the result of the test
-
configure
Description copied from interface:AozanTestConfigure the test.- Parameters:
conf- the test configuration- Returns:
- list of Aozan tests
- Throws:
AozanException
-