Class PFClusterPercentLaneTest

  • All Implemented Interfaces:
    AozanTest, LaneTest

    public class PFClusterPercentLaneTest
    extends AbstractLaneTest
    This class a test on passing filter cluster in a lane.
    Since:
    0.8
    Author:
    Laurent Jourdren
    • Constructor Detail

      • PFClusterPercentLaneTest

        public PFClusterPercentLaneTest()
        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