Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Commit

Permalink
Replace refs to old lambda address (closes #13) (#14)
Browse files Browse the repository at this point in the history
* Replace refs to old lambda address (closes #13)

* Remove api to fix url
  • Loading branch information
natanlao authored and david4096 committed Jun 5, 2018
1 parent 660e8f0 commit fba6155
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 54 deletions.
6 changes: 3 additions & 3 deletions dos-gdc-lambda-12-2017.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"outputs": [],
"source": [
"from ga4gh.dos.client import Client\n",
"local_client = Client('https://gmyakqsfp8.execute-api.us-west-2.amazonaws.com/api/')"
"local_client = Client('https://dos-gdc.ucsc-cgp-dev.org/')"
]
},
{
Expand Down Expand Up @@ -131,7 +131,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -315,7 +315,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12+"
"version": "2.7.15rc1"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit fba6155

Please sign in to comment.