class IgScriptStagingStrategy extends IgFileStagingStrategy
Implements a StagingStrategy interface extending the behavior of IgFileStagingStrategy so that it copies also the task control meta-files. Moreover it extends the nextflow.executor.SimpleFileCopyStrategy class in such way that nextflow.executor.ScriptFileCopyStrategy#getStageInputFilesScript and {
| Fields inherited from class | Fields |
|---|---|
class IgFileStagingStrategy |
localWorkDir, sessionId, task |
| Type | Name and description |
|---|---|
nextflow.executor.SimpleFileCopyStrategy |
delegate |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getBeforeStartScript(){@inheritDoc} |
|
java.lang.String |
getStageInputFilesScript(java.util.Map<java.lang.String, java.nio.file.Path> inputFiles)Turn off file staging from the wrapper script returning a null string |
|
java.lang.String |
getUnstageOutputFilesScript(java.util.List<java.lang.String> outputFiles, java.nio.file.Path targetDir)Turn off file unstage from the wrapper script returning a null string |
|
void |
stage(){@inheritDoc} |
|
void |
unstage(){@inheritDoc} |
| Methods inherited from class | Name |
|---|---|
class IgFileStagingStrategy |
getLocalCacheDir, stage, unstage |
{@inheritDoc}
Turn off file staging from the wrapper script returning a null string
null stringTurn off file unstage from the wrapper script returning a null string
null string{@inheritDoc}
{@inheritDoc}