Skip to content

Commit

Permalink
too long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Dainius committed Mar 10, 2024
1 parent a0b05b4 commit d170a47
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions data_collection/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,14 +309,17 @@ def store_database_for_eys_gene(database_name, override=False):

DATABASES_DOWNLOAD_PATHS = {
"clinvar": {
"button": 'document.getElementsByName(\"EntrezSystem2.PEntrez.clinVar.clinVar_Entrez_ResultsPanel.Entrez_DisplayBar.SendToSubmit\")[0].click()',
"button": 'document.getElementsByName(\"EntrezSystem2.PEntrez.clinVar.'
'clinVar_Entrez_ResultsPanel.Entrez_DisplayBar.SendToSubmit\")[0].click()',
"url": CLINVAR_URL_EYS,
"store_as": "clinvar_data.txt",
"clickable": "/html/body/div[1]/div[1]/form/div[1]/div[5]/div/div[2]/div[2]/div[1]/div/div[1]/a[3]",
"clickable": "/html/body/div[1]/div[1]/form/div[1]/div[5]/div/div[2]/"
"div[2]/div[1]/div/div[1]/a[3]",
"function": download_database_for_eys_gene
},
"gnomad": {
"button":"document.getElementsByClassName('Button__BaseButton-sc-1eobygi-0 Button-sc-1eobygi-1 indcWT')[4].click()",
"button":"document.getElementsByClassName"
"('Button__BaseButton-sc-1eobygi-0 Button-sc-1eobygi-1 indcWT')[4].click()",
"url": GNOMAD_URL_EYS,
"store_as": "gnomad_data.csv",
"clickable": "/html/body/div[1]/div[3]/div[2]/div/div[7]/div[4]/div[2]/button[1]",
Expand Down

0 comments on commit d170a47

Please sign in to comment.