scriptcwl icon indicating copy to clipboard operation
scriptcwl copied to clipboard

Add documentation about running cwltool from jupyter notebooks

Open jvdzwaan opened this issue 8 years ago • 1 comments

Workflows can be run from jupyter notebooks using:

%%bash 
cwltool /home/jvdzwaan/cwl-working-dir/add_multiply_example_workflow.cwl --num1 2 --num2 3

jvdzwaan avatar Dec 14 '17 13:12 jvdzwaan

Or using a cwltool Factory? (needs to be tested)

https://github.com/common-workflow-language/cwltool#import-as-a-module

jvdzwaan avatar Nov 22 '18 22:11 jvdzwaan