Skip to content

Commit

Permalink
Merge pull request #4 from giannisdoukas/dev
Browse files Browse the repository at this point in the history
add example in readme
  • Loading branch information
giannisdoukas authored Jun 28, 2020
2 parents ae51167 + b7c29bf commit 3c42cc9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@ with open(result_file, 'w') as f:
IPython2CWL is based on [repo2docker](https://github.com/jupyter/repo2docker), the same tool
used by [mybinder](https://mybinder.org/). Now, by writing Jupyter Notebook and publish them, including repo2docker
configuration, the community can not only execute the notebooks remotely but also to use them as steps in scientific
workflows.
workflows.

### Example

```shell script
jupyter repo2cwl https://github.com/giannisdoukas/cwl-annotated-jupyter-notebook.git -o cwlbuild
```

0 comments on commit 3c42cc9

Please sign in to comment.