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

nextflow.exception.DuplicateModuleIncludeException.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

There is a newer version: 24.11.0-edge
Show newest version
package nextflow.exception

import groovy.transform.InheritConstructors

/**
 * Exception thrown when is included in a script more than
 * a module component with the same name
 *
 * @author Paolo Di Tommaso 
 */
@InheritConstructors
class DuplicateModuleIncludeException extends ProcessException {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy