Skip to content

Commit

Permalink
2nd meeting fixes partial, no readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed Jul 15, 2024
1 parent 7ad581c commit 0c7ada6
Show file tree
Hide file tree
Showing 4 changed files with 293 additions and 355 deletions.
2 changes: 1 addition & 1 deletion demos/demos_by_use_case/bio/BiogridDemo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}
],
"source": [
"url1 = 'http://thebiogrid.org/downloads/archives/Release%20Archive/BIOGRID-3.3.123/BIOGRID-ALL-3.3.123.tab2.zip'\n",
"url1 = 'https://thebiogrid.org/downloads/archives/Release%20Archive/BIOGRID-3.3.123/BIOGRID-ALL-3.3.123.tab2.zip'\n",
"rawdata = pandas.read_table(url1, na_values=['-'], engine='c')#, compression='gzip')\n",
"\n",
"cols = ['BioGRID ID Interactor A', 'BioGRID ID Interactor B', 'Official Symbol Interactor A', \n",
Expand Down
Loading

0 comments on commit 0c7ada6

Please sign in to comment.