Class PhiXRawClusterCountLaneTest

  • All Implemented Interfaces:
    AozanTest, LaneTest

    public class PhiXRawClusterCountLaneTest
    extends AbstractLaneTest
    This class define a lane test on PhiX raw cluster count.
    Since:
    1.3
    Author:
    Sandrine Perrin
    • Constructor Detail

      • PhiXRawClusterCountLaneTest

        public PhiXRawClusterCountLaneTest()
        Public constructor.
    • Method Detail

      • getCollectorsNamesRequiered

        public List<String> getCollectorsNamesRequiered()
        Description copied from interface: AozanTest
        Get the name of the collectors required for the test.
        Returns:
        a list of String with the name of the required collectors
      • test

        public TestResult test​(RunData data,
                               int read,
                               boolean indexedRead,
                               int lane)
        Description copied from interface: LaneTest
        Do a test.
        Parameters:
        data - result object
        read - index of read
        indexedRead - true if the read is an index read
        lane - the index of the lane
        Returns:
        a TestResult object with the result of the test