-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support streaming from cloud storage #270
Comments
Hi Steve, Interesting suggestion! I have to admit I don't immediately know on how to adapt the code for this. Since you ask for pysam you are mainly interested in bam/cram files as input? Which you would then specify using an URL? Cheers, |
Our current pipeline uses Google Cloud Storage ( If Nanoplot only access the BAM through This is definitely an optimization, so it's not an urgent need. |
Regarding supporting |
Do you have such a (public?) gs://... path for me to test things on? All our data is processed locally. |
we don't have any public data to share (definitely because downloading data from cloud storage incurs costs on the owner of the data unless something like requester pay is specified, so this could easily be abused by malicious actors). I think these from DeepVariant team themselves might work, but may require you to set up a google cloud account: I'm sorry if this is too much trouble. |
Hi,
we are routinely using Nanoplot in our cloud-native pipelines and would love to see Nanoplot support streaming from cloud strages.
Based on a quick glimpse of the code, it looks like that would require at least one dependency, i.e.
pysam
to support that.Are there any other "patches" necessary to support the streaming?
Thanks,
Steve
The text was updated successfully, but these errors were encountered: