Skip to content

Doesn't delete temporary directories after Workflow execution #636

Closed
@michael-kotliar

Description

@michael-kotliar

Expected Behavior

After execution of a Workflow, all of the temporary folders should be deleted

Actual Behavior

When running Workflow (not CommandLineTool) after calling
builder = self._init_job(job_order, **kwargs)
the following temporary directories are created
builder.outdir
builder. tmpdir
builder.stagedir

but only
builder.outdir
is deleted after Workflow execution. Which causes huge amount of empty folder in /tmp

Your Environment

  • cwltool version: 1.0.20180130110340

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions