Skip to content

Commit

Permalink
update to new LDP folder
Browse files Browse the repository at this point in the history
  • Loading branch information
markwilkinson committed Dec 2, 2024
1 parent 329e26d commit 188222e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/FLAIR-GG/countingcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"key = \"XXXXXXXXX\" # your secret key from the FLAIR-GG Virtual Platform\n",
"\n",
"\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/{}\".format(key)\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/FLAIR/{}\".format(key)\n",
"\n",
"\n",
"if key == \"XXXXXXXXX\":\n",
Expand Down
2 changes: 1 addition & 1 deletion content/FLAIR-GG/driada.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"key = \"XXXXXXXXX\" # your secret key from the FLAIR-GG Virtual Platform\n",
"\n",
"\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/{}\".format(key)\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/FLAIR/{}\".format(key)\n",
"\n",
"\n",
"if key == \"XXXXXXXXX\":\n",
Expand Down
2 changes: 1 addition & 1 deletion content/FLAIR-GG/kpi_000007.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"key = \"XXXXXXXXX\" # your secret key from the FLAIR-GG Virtual Platform\n",
"\n",
"\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/{}\".format(key)\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/FLAIR/{}\".format(key)\n",
"\n",
"\n",
"if key == \"XXXXXXXXX\":\n",
Expand Down
2 changes: 1 addition & 1 deletion content/FLAIR-GG/phenotypefrequency.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"key = \"XXXXXXXXX\" # your secret key from the FLAIR-GG Virtual Platform\n",
"\n",
"\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/{}\".format(key)\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/FLAIR/{}\".format(key)\n",
"\n",
"\n",
"if key == \"XXXXXXXXX\":\n",
Expand Down
2 changes: 1 addition & 1 deletion content/FLAIR-GG/sparql.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"# key = \"630e5b25-bc4e-4568-833c-8b8bc7303dcb\" # a valid SPARQL results output, if you need it :-)\n",
"\n",
"\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/{}\".format(key)\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/FLAIR/{}\".format(key)\n",
"\n",
"\n",
"response = requests.get(url)\n",
Expand Down
2 changes: 1 addition & 1 deletion content/FLAIR-GG/vpbeacon2_individuals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"key = \"XXXXXXXX\" # your secret key from the FLAIR-GG Virtual Platform\n",
"\n",
"\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/{}\".format(key)\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/FLAIR/{}\".format(key)\n",
"\n",
"\n",
"response = requests.get(url)\n",
Expand Down
2 changes: 1 addition & 1 deletion content/FLAIR-GG/vpbeacon2_individuals_4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"key = \"XXXXXXXX\" # your secret key from the FLAIR-GG Virtual Platform\n",
"\n",
"\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/{}\".format(key)\n",
"url = \"https://bgv.cbgp.upm.es/DAV/home/LDP/FLAIR/{}\".format(key)\n",
"\n",
"\n",
"response = requests.get(url)\n",
Expand Down

0 comments on commit 188222e

Please sign in to comment.