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
cwl-runner should be a point to the CWL executor that the user (or their admin) prefers.
pip install cwlref-runner makes the reference CWL runner (cwltool) this default
Unfortunately pip install toil[cwl] always installs the console scripts toil-cwl-runner also as cwl-runner. So we should get them to fix that: DataBiosphere/toil#1994
This repo should use cwl-runner everywhere unless it is demonstrating functionality specific to the reference CWL runner, then cwltool should be used:
mr-c
changed the title
Use cwltool instead of cwl-runner
be explicit about using a new virtualenv with the reference runner
Feb 19, 2018
When I install cwltoil after cwl-runner and cwltool , cwl-runner does not run correctly.
I test with this example
Common Workflow Language User Guide: Essential Input Parameters .
This is OK.
This is fail
This is OK
I think some module is overwrite ? and this is other problem .
I think all samples execute with cwltool not cwl-runner.
The text was updated successfully, but these errors were encountered: