NLeSC / scriptcwl

Create cwl workflows by writing a simple Python script
https://scriptcwl.readthedocs.io/
Apache License 2.0
40 stars 9 forks source link

Add documentation about running cwltool from jupyter notebooks #90

Open jvdzwaan opened 6 years ago

jvdzwaan commented 6 years ago

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 commented 5 years ago

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

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