Unable to retain cache/tmp dir

I have the following

cwl-runner --tmpdir-prefix /home/nyue/temp/runner --leave-tmpdir --leave-outputs create-turntable.cwl create-turntable.yml

I don’t seems to be able to tell cwl-runner to refrain from deleting my interim files as I wish to debug the contents of the interim files.

Any idea why ?

Cheers

are you using the --debug flag? I seem to remember that when I used that flag, tmp and cache were not always saved

also I think I usually used --cachedir as well

1 Like