You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce: run cwltool --outdir ${HOME} and a simple CWL description on real user's system
Perhaps a single temporary folder should be created within outdir where the intermediate output directories are then stored under? That way this loop would iterate over just that single folder instead of walking the entire tree from outdir.
The text was updated successfully, but these errors were encountered:
cwltool/cwltool/process.py
Line 310 in 734322e
To reproduce: run
cwltool --outdir ${HOME}
and a simple CWL description on real user's systemPerhaps a single temporary folder should be created within
outdir
where the intermediate output directories are then stored under? That way this loop would iterate over just that single folder instead of walking the entire tree fromoutdir
.The text was updated successfully, but these errors were encountered: