Skip to content

Commit

Permalink
bumping parsing version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Jul 19, 2024
1 parent 711ac5a commit 00c6627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/PHAROS/src/loadPHAROS.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class PHAROSLoader(SourceDataLoader):
source_data_url = "https://pharos.nih.gov/"
license = "Data accessed from Pharos and TCRD is publicly available from the primary sources listed above. Please respect their individual licenses regarding proper use and redistribution."
attribution = 'Sheils, T., Mathias, S. et al, "TCRD and Pharos 2021: mining the human proteome for disease biology", Nucl. Acids Res., 2021. DOI: 10.1093/nar/gkaa993'
parsing_version: str = '1.6'
parsing_version: str = '1.7'

GENE_TO_DISEASE_QUERY: str = """select distinct x.value, d.did, d.name, p.sym, d.dtype, d.score
from disease d
Expand Down

0 comments on commit 00c6627

Please sign in to comment.