nuclease_design icon indicating copy to clipboard operation
nuclease_design copied to clipboard

dataset not available

Open chaofan520 opened this issue 7 months ago • 1 comments

Can't download dataset from https://storage.googleapis.com/nuclease_design.

chaofan520 avatar May 28 '25 11:05 chaofan520

You can use the utils.py file and its helper functions to load the dataset. (Its mentioned in the readme that they used these functions to download the data) . I have checked the functions and its working properly.

from nuclease_design import utils
df = utils.load_landscape()

Checkout nuclease_design/utils.py and nuclease_design/constants.py for more info.

Try out this notebook too : Official Notebook

ashiq-firoz avatar Aug 15 '25 16:08 ashiq-firoz