Skip to content

Commit 3c42cc9

Browse files
Merge pull request #4 from giannisdoukas/dev
add example in readme
2 parents ae51167 + b7c29bf commit 3c42cc9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@ with open(result_file, 'w') as f:
2424
IPython2CWL is based on [repo2docker](https://github.com/jupyter/repo2docker), the same tool
2525
used by [mybinder](https://mybinder.org/). Now, by writing Jupyter Notebook and publish them, including repo2docker
2626
configuration, the community can not only execute the notebooks remotely but also to use them as steps in scientific
27-
workflows.
27+
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

Comments
 (0)