Class RmDupLocalModule

  • All Implemented Interfaces:
    Module

    public class RmDupLocalModule
    extends AbstractModule
    This class removes PCR duplicates from a SAM file. It uses Picard's MarkDuplicates to either mark or remove PCR duplicates.
    Author:
    Celine Hernandez - CSB lab - ENS - Paris
    • Constructor Detail

      • RmDupLocalModule

        public RmDupLocalModule()
    • Method Detail

      • getName

        public String getName()
        Name of the Step.
        Returns:
        the name of the module
      • getVersion

        public fr.ens.biologie.genomique.kenetre.util.Version getVersion()
        Version.
        Returns:
        a Version object with the version of the Module
      • execute

        public TaskResult execute​(TaskContext context,
                                  TaskStatus status)
        Description copied from interface: Module
        Execute a task step.
        Parameters:
        context - Execution context
        status - of the task