You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a query that looks like: input_neuropils {equal} PVLP_R {or} input_neuropils {equal} SAD and I'd like to download all the resulting data. In the past my lab has downloaded the data via flywire.ai/app/search, but it seems like I'm now unable to download all the data through this interface. My options seem to be manually downloading the various .gz files I need from flywire.ai/api/download or programmatically doing it.
I'm exploring the programmatic method and I'm unfortunately running into an issue wherein I don't know what "stack" or "table" to look into? I've tried doing
Hey all!
I've got a query that looks like:
input_neuropils {equal} PVLP_R {or} input_neuropils {equal} SAD
and I'd like to download all the resulting data. In the past my lab has downloaded the data via flywire.ai/app/search, but it seems like I'm now unable to download all the data through this interface. My options seem to be manually downloading the various.gz
files I need from flywire.ai/api/download or programmatically doing it.I'm exploring the programmatic method and I'm unfortunately running into an issue wherein I don't know what "stack" or "table" to look into? I've tried doing
but I run into an authentication issue
Interestingly enough, I'm able to download data just fine when I try something like
client.materialize.synapse_query(post_ids=segID)
Thanks for your help!
The text was updated successfully, but these errors were encountered: