All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nextflow.ui.console.ConsoleExtension.groovy Maven / Gradle / Ivy

Go to download

A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner

The newest version!
package nextflow.ui.console


import org.pf4j.ExtensionPoint
/**
 * Define the extension interface for console app
 *
 * @author Paolo Di Tommaso 
 */
interface ConsoleExtension extends ExtensionPoint {

    void run(String...args)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy