Skip to content

Commit 6e017e7

Browse files
Pass custom-net option to cwltool (#360)
1 parent d29dd8a commit 6e017e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

awsf3-docker/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,9 @@ else
299299
fi
300300
# cwltool cannot recognize symlinks and end up copying output from tmp directory intead of moving.
301301
# 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"
302303
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
304305
handle_error $?
305306
fi
306307
cd $cwd0

tibanna/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "1.9.0"
4+
__version__ = "1.9.1"

0 commit comments

Comments
 (0)