Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ Install [Model Generator](https://github.com/genbio-ai/modelgenerator).
|
|
13 |
|
14 |
#### Running inference:
|
15 |
|
16 |
-
- Set the environment variable for ModelGenerator's data directory (the docker image with our provided [Dockerfile](https://github.com/genbio-ai/ModelGenerator/blob/main/Dockerfile) will already have it set):
|
17 |
```
|
18 |
export MGEN_DATA_DIR=~/mgen_data # or any other local directory of your choice, if you would like to change it inside [Dockerfile](https://github.com/genbio-ai/ModelGenerator/blob/main/Dockerfile)
|
19 |
```
|
@@ -54,4 +54,4 @@ Install [Model Generator](https://github.com/genbio-ai/modelgenerator).
|
|
54 |
"GCGGAUGCCGGGCCCGGUCCACCGCAUGGUGAAAUUCAGGCGCCUGGAGGGUUAGCCAUG",
|
55 |
]
|
56 |
}
|
57 |
-
```
|
|
|
13 |
|
14 |
#### Running inference:
|
15 |
|
16 |
+
- Set the environment variable for ModelGenerator's data directory (**Note:** the docker image with our provided [Dockerfile](https://github.com/genbio-ai/ModelGenerator/blob/main/Dockerfile) will already have it set):
|
17 |
```
|
18 |
export MGEN_DATA_DIR=~/mgen_data # or any other local directory of your choice, if you would like to change it inside [Dockerfile](https://github.com/genbio-ai/ModelGenerator/blob/main/Dockerfile)
|
19 |
```
|
|
|
54 |
"GCGGAUGCCGGGCCCGGUCCACCGCAUGGUGAAAUUCAGGCGCCUGGAGGGUUAGCCAUG",
|
55 |
]
|
56 |
}
|
57 |
+
```
|