Skip to content

Commit

Permalink
reactome: url
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Feb 11, 2025
1 parent 58c9535 commit 16ebbee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pypath/inputs/reactome/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# ChEBI2Reactome_PE_All_Levels: https://reactome.org/download/current/ChEBI2Reactome_PE_All_Levels.txt
# pathway hierarchy: https://reactome.org/download/current/ReactomePathwaysRelation.txt
# pathway hierarchy: https://reactome.org/download/current/ReactomePathwaysRelation.txt
from pypath.resources import urls

def reactome_raw(fname: str) -> Generator[tuple]:

url = urls.urls['reactomr']['txt'] % fname
1 change: 1 addition & 0 deletions pypath/resources/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@
'https://reactome.org/download/current/homo_sapiens.3.1.sbml.tgz',
'biopax_l3': 'https://reactome.org/download/current/biopax.zip',
'biopax_l2': 'https://reactome.org/download/current/biopax2.zip',
'txt': 'https://reactome.org/download/current/%s.txt',
},
'acsn': {
'label': 'Atlas of Cancer Signaling Networks',
Expand Down

0 comments on commit 16ebbee

Please sign in to comment.