Skip to content

Commit 2516b0c

Browse files
Fixed the old/broken data file download link
1 parent 1d7e03f commit 2516b0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See comments in: `src/main/resources/config/application.properties`;
2121
Download a Pathway Commons Extended SIF data archive and save it as data.gz in current dir:
2222

2323
```commandline
24-
wget -O data.gz "https://www.pathwaycommons.org/archives/PC2/v14/PC14.All.hgnc.txt.gz"
24+
wget -O data.gz "https://download.baderlab.org/PathwayCommons/PC2/v14/pc-hgnc.txt.gz"
2525
```
2626

2727
Alternatively, can use the remote URL in the `--sifgraph.data=https://...` option

0 commit comments

Comments
 (0)