Nextflow session interface
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.nio.file.Path |
getBaseDir()The folder where the main script is contained |
|
groovy.lang.Binding |
getBinding()@return The global script binding object |
|
java.util.Map |
getConfig()Holds the configuration object |
|
java.util.List<java.nio.file.Path> |
getLibDir()@return List of path added to application classpath at runtime |
|
java.lang.String |
getScriptName()The pipeline script name (without parent path) |
|
java.util.UUID |
getUniqueId()The unique identifier of this session |
|
java.nio.file.Path |
getWorkDir()The folder where tasks temporary files are stored |
|
boolean |
isCacheable() |
|
boolean |
isResumeMode() |
The folder where the main script is contained
Holds the configuration object
The pipeline script name (without parent path)
The unique identifier of this session
The folder where tasks temporary files are stored