Closed manabuishii closed 2 years ago
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: https://github.com/BD2KGenomics/toil/issues/1994
This repo should use cwl-runner
everywhere unless it is demonstrating functionality specific to the reference CWL runner, then cwltool
should be used:
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 .
I think some module is overwrite ? and this is other problem .
I think all samples execute with cwltool not cwl-runner.