Class AbstractBAM2SAMModule

  • All Implemented Interfaces:
    Module
    Direct Known Subclasses:
    BAM2SAMLocalModule

    public abstract class AbstractBAM2SAMModule
    extends AbstractModule
    This class define a module for converting BAM files into SAM.
    Since:
    2.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • AbstractBAM2SAMModule

        public AbstractBAM2SAMModule()
    • Method Detail

      • getReducerTaskCount

        protected int getReducerTaskCount()
        Get the reducer task count.
        Returns:
        the reducer task count
      • getName

        public String getName()
        Description copied from interface: Module
        Get the name of the module.
        Returns:
        the name of the module
      • getVersion

        public fr.ens.biologie.genomique.kenetre.util.Version getVersion()
        Description copied from interface: Module
        Get version of the Module.
        Returns:
        a Version object with the version of the Module