Class BedToolsModule

  • All Implemented Interfaces:
    Module

    public class BedToolsModule
    extends AbstractModule
    This class uses tools from the BEDTools suite.
    Author:
    Celine Hernandez - CSB lab - ENS - Paris
    • Constructor Detail

      • BedToolsModule

        public BedToolsModule()
    • Method Detail

      • getName

        public String getName()
        Methods
        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
      • execute

        public TaskResult execute​(TaskContext context,
                                  TaskStatus status)
        Run bedtools multiinter. Installation (if needed) was made during configuration.
        Parameters:
        context - Execution context
        status - of the task