netZoo / netbooks

Netbooks is a JupyterHub catalog of use cases in gene regulatory network inference using netZoo methods..
https://netbooks.networkmedicine.org
GNU General Public License v3.0
39 stars 23 forks source link

Not able to find file paths in some notebooks #8

Closed alejokeuro closed 1 year ago

alejokeuro commented 2 years ago

Hi @marouenbg ,

I'm not beeing able to find the file paths pointing to auxiliary data to run some of the notebooks. These file paths are supposed to point to an S3 bucket. Some of the notebooks have the file paths, but others don't. E.g., the notebook about building a seed regulatory network ( https://github.com/netZoo/netbooks/blob/main/netbooks/netZooPy/Building_a_regulation_prior_network.ipynb ) doesn't show the actual file paths in an S3 bucket. Other notebooks do show it; e.g., this one: https://github.com/netZoo/netbooks/blob/main/netbooks/netZooPy/Controlling_The_Variance_Of_PANDA_Networks.ipynb. Am I looking in the right place?

It looks like the data is pre-loaded on jupyter-hub when I run the notebooks there. I mean, when I run the notebooks at http://netbooks.networkmedicine.org/. Still, I would like to run the notebooks locally, so I don't have to worry about the session expiring, and I can explore the data files outside a jupyter notebook.

Any help on this would be very much appreciated. Thank you in advance!

marouenbg commented 1 year ago

Hey @alejokeuro ,

Thank you for reporting this, I added the required data in the notebook you mentioned. Please let me know if you have any other questions!

Marouen

alejokeuro commented 1 year ago

Hi @marouenbg ,

thank you very much for your help! I managed to download the auxiliary data from the paths you added.

Cheers!

Alejo