Skip to content

Commit 59346a5

Browse files
committed
2 parents dcc693f + f8c589e commit 59346a5

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,19 @@ docker pull ac121/engens:latest
2828
```
2929
You're all set!
3030

31+
_Note: this step should not take longer than 15min. On Windows the PowerShell sometimes gets stuck - do a right click in the terminal to check the progress after 10-15min._
32+
3133
For other installation options check the section [Advanced Installation](#advanced-installation) bellow.
3234

3335
## Running EnGens
3436

35-
### Run the following command from the working directory with this code
37+
### Linux: run the following command from the working directory with this code
38+
39+
`docker run -it --rm -v $(pwd):/home/engen/ -p 8888:8888 ac121/engens:latest jupyter notebook --ip=0.0.0.0 --port=8888`
40+
41+
### Windows: run the following command from the working directory with this code
3642

37-
`docker run -it --rm -v $(pwd):/home/engen/ -p 8888:8888 ac121/engens:latest jupyter notebook --allow-root --ip=0.0.0.0 --port=8888`
43+
`docker run -it --rm -v ${pwd}:/home/engen/ -p 8888:8888 ac121/engens:latest jupyter notebook --ip=0.0.0.0 --port=8888`
3844

3945

4046
Here we provide a pipeline for generating ensembles of conformations from molecular dynamics trajectories as a first step towards ensemble docking.

environment.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: engens
22
channels:
3-
- defaults
43
- conda-forge
54
- anaconda
5+
- defaults
66
dependencies:
77
- _libgcc_mutex=0.1=main
88
- _openmp_mutex=5.1=1_gnu
@@ -186,4 +186,5 @@ dependencies:
186186
- tensorflow-probability==0.14.0
187187
- tabulate==0.8.10
188188
- pypatch
189+
- umap-learn
189190
prefix: /usr/local/envs/engens

0 commit comments

Comments
 (0)