-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add bio gpu demos #509
base: master
Are you sure you want to change the base?
add bio gpu demos #509
Conversation
CI failing? |
I think the latest |
"metadata": {}, | ||
"output_type": "execute_result" | ||
} | ||
], | ||
"source": [ | ||
"url1 = 'https://s3-us-west-1.amazonaws.com/graphistry.demo.data/BIOGRID-ALL-3.3.123.tab2.txt.gz'\n", | ||
"rawdata = pandas.read_table(url1, na_values=['-'], engine='c', compression='gzip')\n", | ||
"url1 = 'http://thebiogrid.org/downloads/archives/Release%20Archive/BIOGRID-3.3.123/BIOGRID-ALL-3.3.123.tab2.zip'\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https
demos/demos_by_use_case/bio/cpu/chemical_mappings_before_gpu.ipynb
Outdated
Show resolved
Hide resolved
demos/demos_by_use_case/bio/cpu/chemical_mappings_before_gpu.ipynb
Outdated
Show resolved
Hide resolved
Can you switch the gist to https://gist.github.com/lmeyerov/61a6a7d5fa0dbe51e786ed52408ac360 |
"id": "6lK_VrzZT1n7" | ||
}, | ||
"source": [ | ||
"#### get a free api-key at https://www.graphistry.com/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- For raw data, get a free Kaggle account...
- For the GPU-cloud-accelerated visualization step, get a free API key at https://hub.graphistry.com
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put the kaggle account step next to the graphistry account step so clear during setup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove collab dependency for kaggle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See requests for removing unncessary (?) umap post-processing + some cleaner intros
"name": "stdout", | ||
"output_type": "stream", | ||
"text": [ | ||
"--2024-07-09 07:23:29-- https://raw.githubusercontent.com/dcolinmorgan/grph/main/PRJNA544527-meta_inf.txt\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like still need to update this one
can now use: https://gist.github.com/lmeyerov/b650f1ef9e56c3f1888ebb009bc5ed46
"source": [ | ||
"from google.colab import userdata\n", | ||
"g_user=userdata.get('g_user')\n", | ||
"g_pass=userdata.get('g_pass')" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in all notebooks, remove colab runtime dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See new comments and unresolved old ones
@dcolinmorgan Can we also add a link to something like nb, or nb1+nb2, to the readme.md gallery area with a biogrid link? please keep short / test render to ensure layout doesn't blow out
No description provided.