Skip to content

Commit

Permalink
Merge pull request #76 from churchmanlab/fix_pc12_link
Browse files Browse the repository at this point in the history
Update link to PC12 resource
  • Loading branch information
ri23 authored Aug 1, 2024
2 parents f4a7272 + 9a1764d commit 1f6b7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genewalk/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def get_pc(self):
fname = os.path.join(self.resource_folder,
'PathwayCommons12.All.hgnc.sif')
if not os.path.exists(fname):
url_pc = ('https://www.pathwaycommons.org/archives/PC2/v12/'
'PathwayCommons12.All.hgnc.sif.gz')
url_pc = ('https://download.baderlab.org/PathwayCommons/PC2/'
'v12/PathwayCommons12.All.hgnc.sif.gz')
download_gz(fname, url_pc)
self._replace_outdated_hgnc_symbols(fname,fname_current)
return fname_current
Expand Down

0 comments on commit 1f6b7ec

Please sign in to comment.