We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae51167 + b7c29bf commit 3c42cc9Copy full SHA for 3c42cc9
README.md
@@ -24,4 +24,10 @@ with open(result_file, 'w') as f:
24
IPython2CWL is based on [repo2docker](https://github.com/jupyter/repo2docker), the same tool
25
used by [mybinder](https://mybinder.org/). Now, by writing Jupyter Notebook and publish them, including repo2docker
26
configuration, the community can not only execute the notebooks remotely but also to use them as steps in scientific
27
-workflows.
+workflows.
28
+
29
+### Example
30
31
+```shell script
32
+jupyter repo2cwl https://github.com/giannisdoukas/cwl-annotated-jupyter-notebook.git -o cwlbuild
33
+```
0 commit comments