From 5fa303c86f0db6eeba0c3d315387101218366fbd Mon Sep 17 00:00:00 2001 From: teslajoy Date: Mon, 24 Feb 2020 08:29:00 -0800 Subject: [PATCH] closes #21 --- reactome2py/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactome2py/utils.py b/reactome2py/utils.py index 9faea25..58c3701 100644 --- a/reactome2py/utils.py +++ b/reactome2py/utils.py @@ -109,7 +109,7 @@ def gene_mappings(): print('Status code returned a value of %s' % response.status_code) -def pathway_fi(release="2018", stId="R-HSA-177929", pattern="R-HSA-"): +def pathway_fi(release="2019", stId="R-HSA-177929", pattern="R-HSA-"): """ Fetch Pathway's Functional Interactions (FI) https://www.ncbi.nlm.nih.gov/pubmed/20482850