Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkyu committed Dec 8, 2018
1 parent 3bf6422 commit 7f5776a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions examples/Make_disease_gene_ontologies.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
}
},
"source": [
"# Set the NDEx server and the user account/password\n",
"* Replace with your own NDEx user account"
"# Set username and password on the Network Data Exchange (NDEx).\n",
"* It is strongly recommended that you create a free account on NDEx in order to keep track of your own ontologies.\n",
"* Note that there are two NDEx servers: the main server at http://public.ndexbio.org/ and a test server for prototyping your code at http://test.ndexbio.org (also aliased as http://dev2.ndexbio.org). Each server requires a separate user account. Because the main server contains networks from publications, we recommend that you use an account on the test server while you become familiar with DDOT"
]
},
{
Expand All @@ -76,8 +77,11 @@
},
"outputs": [],
"source": [
"ndex_server = 'http://test.ndexbio.org'\n",
"ndex_user, ndex_pass = '<replace>', '<replace>'"
"# Note: change the server to http://public.ndexbio.org, if this is where you created your NDEx account\n",
"ndex_server = 'http://test.ndexbio.org' \n",
"\n",
"# Set the NDEx server and the user account (replace with your own account)\n",
"ndex_user, ndex_pass = '<enter your username>', '<enter your account password>'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/Process_the_Gene_Ontology.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Set NDEx username and password\n",
"# Set username and password on the Network Data Exchange (NDEx).\n",
"* It is strongly recommended that you create a free account on NDEx in order to keep track of your own ontologies.\n",
"* Note that there are two NDEx servers: the main server at http://public.ndexbio.org/ and a test server for prototyping your code at http://test.ndexbio.org (also aliased as http://dev2.ndexbio.org). Each server requires a separate user account. Because the main server contains networks from publications, we recommend that you use an account on the test server while you become familiar with DDOT"
]
Expand Down

0 comments on commit 7f5776a

Please sign in to comment.