Skip to content

Commit e705f2d

Browse files
Merge pull request #1371 from PathwayCommons/IgorRodchenkov-patch-1
Update README.md
2 parents d71810e + cc24162 commit e705f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ The following environment variables can be used to configure the server:
4242
4343
If Pathway Commons data and files have been updated since this app's last built and run,
4444
or you simply want to connect to a different PC2 instance (don't forget to set PC_URL),
45-
then the file `src/server/graph-generation/biopax-metadata/generic-physical-entity-map.json`
45+
then the file `src/server/routes/pathways/generate-pathway-json/biopax-metadata/generic-physical-entity-map.json`
4646
needs to be updated.
4747
4848
Use the script
4949
```sh
5050
cd src/scripts/generic-entity-mapping/
51-
PC_VERSION=v11 sh update.sh
51+
PC_VERSION=v12 sh update.sh
5252
```
5353
to refresh `physical_entities.json.gz` from the path `www.pathwaycommons.org/archives/PC2/<PC_VERSION>/` in Pathway Commons.
5454

0 commit comments

Comments
 (0)