You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,15 @@ pip install open-variant
64
64
65
65
For more details check our [Installation](https://openvariant.readthedocs.io/en/latest/installation.html) section.
66
66
67
+
### Running with Docker
68
+
69
+
You can quickly build and run OpenVariant using [Dockerfile](./Dockerfile) without installing dependencies locally:
70
+
71
+
```bash
72
+
docker build -t openvariant .
73
+
docker run --rm openvariant openvar --help
74
+
```
75
+
67
76
## Examples
68
77
69
78
We provide a variety of [examples](https://github.com/bbglab/openvariant/tree/master/examples) to help to understand how OpenVariant can be applied. Explore the
0 commit comments