-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi Dr. Durrant,
I'm trying to use the GenomeSearch tool from your NBT paper "Systematic discovery of recombinases for efficient integration of large DNA sequences into the human genome" (DOI). The paper links to GenomeSearch GitHub repository, but that repo seems inaccessible (404 error).
I found a possible fork at lipingshu/GenomeSearch . However, running genomesearch install
(after pip install genomesearch
) fails with a 404 "NoSuchBucket" error when downloading from https://storage.googleapis.com/genomesearch/downloads/refbank_genomesearch.db. The server response is:
<?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchBucket</Code><Message>The specified bucket does not exist.</Message></Error>
This tool looks great for finding related microbial genomes. Is there an updated database link or alternative install method? Or a newer code version?
Thanks for any help!