File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 299
299
fi
300
300
# cwltool cannot recognize symlinks and end up copying output from tmp directory intead of moving.
301
301
# To prevent this, use the original directory name here.
302
+ exl echo " cwltool --enable-dev --non-strict --no-read-only --no-match-user --custom-net host --outdir $LOCAL_OUTDIR_CWL --tmp-outdir-prefix $LOCAL_WF_TMPDIR_CWL --tmpdir-prefix $LOCAL_WF_TMPDIR_CWL $PRESERVED_ENV_OPTION $SINGULARITY_OPTION $MAIN_CWL $cwd0 /$INPUT_YML_FILE "
302
303
mkdir -p $LOCAL_WF_TMPDIR_CWL
303
- exlj cwltool --enable-dev --non-strict --no-read-only --no-match-user --outdir $LOCAL_OUTDIR_CWL --tmp-outdir-prefix $LOCAL_WF_TMPDIR_CWL --tmpdir-prefix $LOCAL_WF_TMPDIR_CWL $PRESERVED_ENV_OPTION $SINGULARITY_OPTION $MAIN_CWL $cwd0 /$INPUT_YML_FILE
304
+ exlj cwltool --enable-dev --non-strict --no-read-only --no-match-user --custom-net host -- outdir $LOCAL_OUTDIR_CWL --tmp-outdir-prefix $LOCAL_WF_TMPDIR_CWL --tmpdir-prefix $LOCAL_WF_TMPDIR_CWL $PRESERVED_ENV_OPTION $SINGULARITY_OPTION $MAIN_CWL $cwd0 /$INPUT_YML_FILE
304
305
handle_error $?
305
306
fi
306
307
cd $cwd0
Original file line number Diff line number Diff line change 1
1
"""Version information."""
2
2
3
3
# The following line *must* be the last in the module, exactly as formatted:
4
- __version__ = "1.9.0 "
4
+ __version__ = "1.9.1 "
You can’t perform that action at this time.
0 commit comments