Skip to content

Commit

Permalink
Revert reactome version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomingof committed Mar 26, 2020
1 parent a299801 commit b6e380b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pathme/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_data_dir() -> str:
REACTOME = 'reactome'
REACTOME_DIR = os.path.join(DATA_DIR, REACTOME)
REACTOME_BEL = os.path.join(REACTOME_DIR, 'bel')
REACTOME_FILES = os.path.join(REACTOME_DIR, 'rdf', 'biopax')
REACTOME_FILES = os.path.join(REACTOME_DIR, 'rdf')

#: WikiPathways
WIKIPATHWAYS = 'wikipathways'
Expand Down Expand Up @@ -141,7 +141,7 @@ def ensure_pathme_folders():
KEGG_KGML_URL = 'http://rest.kegg.jp/get/{}/kgml'

#: Reactome RDF
RDF_REACTOME = 'ftp://ftp.ebi.ac.uk/pub/databases/RDF/reactome/r71/reactome-biopax.tar.bz2'
RDF_REACTOME = 'ftp://ftp.ebi.ac.uk/pub/databases/RDF/reactome/r67/reactome-biopax.tar.bz2'

#: WikiPathways RDF
RDF_WIKIPATHWAYS = 'http://data.wikipathways.org/20190910/rdf/wikipathways-20190910-rdf-wp.zip'
Expand Down

0 comments on commit b6e380b

Please sign in to comment.