Skip to content

Commit

Permalink
Set scratch default to false when using Fusion (nextflow-io#4675)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
Signed-off-by: Niklas Schandry <niklas@bio.lmu.de>
  • Loading branch information
bentsherman authored and nschan committed Feb 12, 2024
1 parent fde56bf commit c3326b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class FusionScriptLauncher extends BashWrapperBuilder {
bean.headerScript = headerScript(bean)
// enable use of local scratch dir
if( bean.scratch==null )
bean.scratch = true
bean.scratch = false

return new FusionScriptLauncher(bean, scheme, remoteWorkDir)
}
Expand Down

0 comments on commit c3326b2

Please sign in to comment.