Class AbstractExpressionModule

  • All Implemented Interfaces:
    Module
    Direct Known Subclasses:
    ExpressionHadoopModule, ExpressionLocalModule

    public abstract class AbstractExpressionModule
    extends AbstractModule
    This abstract class define and parse arguments for the expression module.
    Since:
    1.0
    Author:
    Laurent Jourdren, Maria Bernard, Claire Wallon
    • Constructor Detail

      • AbstractExpressionModule

        public AbstractExpressionModule()
    • Method Detail

      • isGTFInputFormat

        protected boolean isGTFInputFormat()
        Test if GTF input format must be used.
        Returns:
        true if GTF input format must be used
      • isSAMOutputFormat

        protected boolean isSAMOutputFormat()
        Test if SAM output format must be used.
        Returns:
        true if SAM output format must be used
      • getExpressionCounter

        protected fr.ens.biologie.genomique.kenetre.bio.expressioncounter.ExpressionCounter getExpressionCounter()
        Get the counter.
        Returns:
        the counter
      • 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