Class AbstractSplice2BEDModule

  • All Implemented Interfaces:
    Module
    Direct Known Subclasses:
    Splice2BEDModule

    public abstract class AbstractSplice2BEDModule
    extends AbstractModule
    This class define a module for converting SAM files into BED.
    Since:
    2.3
    Author:
    Laurent Jourdren
    • Constructor Detail

      • AbstractSplice2BEDModule

        public AbstractSplice2BEDModule()
    • Method Detail

      • 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