Skip to content

Commit

Permalink
bumping parsing version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Jan 26, 2024
1 parent 544440e commit deae0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/Reactome/src/loadReactome.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ReactomeLoader(SourceDataLoader):
source_data_url = "https://reactome.org/"
license = "https://reactome.org/license"
attribution = "https://academic.oup.com/nar/article/50/D1/D687/6426058?login=false"
parsing_version = '1.1'
parsing_version = '1.2'

def __init__(self, test_mode: bool = False, source_data_dir: str = None):
"""
Expand Down

0 comments on commit deae0c7

Please sign in to comment.