Skip to content

run_wf.sh | $KEEP_TMP | -b #50

@cymon

Description

@cymon

199 if [[ $KEEP_TMP != "" ]];
200 then
201 echo "Keep temporary output directory."
202 mv ${TMPDIR} ${CWD}
203 else
204 rm -rf ${TMPDIR}
205 fi

Copying to the CWD means that multiple runs launched from the same mgf install fail when they all try to write to the same dir.

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