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

nextflow.io.SerializableMarker.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.08.0-edge
Show newest version
package nextflow.io

/**
 * Marker interface for generic serializable value object.
 * This is not me
 *
 * @author Paolo Di Tommaso 
 */
interface SerializableMarker extends Serializable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy