nuclease_design
nuclease_design copied to clipboard
dataset not available
Can't download dataset from https://storage.googleapis.com/nuclease_design.
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