Class AbstractSAM2FASTQModule

  • All Implemented Interfaces:
    Module
    Direct Known Subclasses:
    SAM2FASTQLocalModule

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

      • AbstractSAM2FASTQModule

        public AbstractSAM2FASTQModule()
    • 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