fix toil bug #30
This MR aims for fixing issue #30 (closed)
Merge request reports
Activity
Filter activity
requested review from @rafferty
assigned to @alex
toil
seems to treat undefined input parameters with a given default value differently fromcwltool
at least in case we use some javascript expressions for creating parset files.In this case the
losoto_faraday
step has lost its input parametersoltabout
intoil
when providing to theget_losoto_config
function inutils.js
whereascwltool
correctly provides the given default. I "fixed" this problem through directly providing the value forsoltabout
on the workflow level (which is identical to the default value).I hope this answers your question.
added 2 commits
added 3 commits
-
afdc8488...a72584b4 - 2 commits from branch
master
- 58f3306c - fix toil bug
-
afdc8488...a72584b4 - 2 commits from branch
added 2 commits
added 2 commits
added 3 commits
-
03547c5d...bf229eb8 - 2 commits from branch
master
- 9fec93fd - fix toil bug
-
03547c5d...bf229eb8 - 2 commits from branch
Please register or sign in to reply