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

nextflow.util.CacheFunnel.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.util

import com.google.common.hash.Hasher
import groovy.transform.CompileStatic
/**
 * Interface to delegate cache hashing to
 * a the implementing object
 *
 * @author Paolo Di Tommaso 
 */
@CompileStatic
interface CacheFunnel {

    Hasher funnel(Hasher hasher, CacheHelper.HashMode mode)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy