Skip to content

Commit 4895004

Browse files
authored
Merge pull request #22 from reactome/develop
closes #21
2 parents d40d24a + 5fa303c commit 4895004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reactome2py/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def gene_mappings():
109109
print('Status code returned a value of %s' % response.status_code)
110110

111111

112-
def pathway_fi(release="2018", stId="R-HSA-177929", pattern="R-HSA-"):
112+
def pathway_fi(release="2019", stId="R-HSA-177929", pattern="R-HSA-"):
113113
"""
114114
Fetch Pathway's Functional Interactions (FI) https://www.ncbi.nlm.nih.gov/pubmed/20482850
115115

0 commit comments

Comments
 (0)