-
Notifications
You must be signed in to change notification settings - Fork 234
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
[BH2024] Update Bioimaging Archive retrieval tool #1541
base: master
Are you sure you want to change the base?
Conversation
By the way if you write into the text of your PR, it will be linked automatically by GitHub :) |
Unfortunately, I discovered even the Bioimage -, Core accession numbers do not follow one clear pattern for their FTP link. See |
The tool also keeps failing on the datatype .lif which is in a lot of BIA studies. The tool fetches whole studies atm so not only the images (hence the name is a bit misleading?).
If we want the Galaxy button in BIA, I think it is a datatype that should be added to Galaxy. But I've heard this is quite cumbersome for the developers and I also have no idea if there are more datatypes in a similar siutation. We could introduce a filter to just download .tif/.tiff from studies but that probably drops metadata from the studies. I am leaning towards not spending more time on this refactoring as it exposes too many flaws - the proper solution (the Galaxy button in BIA) has been initatiated but there is no estimation on when it will be there so this tool has to do for now. |
Thanks so much for all your efforts, @B0r1sD. Your points are perfectly reasonable. Asking the user for the whole FTP link sounds good. On the other hand, if the user already has the FTP link, couldn't the user then just use Galaxy's "Upload data" button and fetch the data via FTP from there? So would there be any point in using this tool? As far as I remember from talking to @sunyi000, the whole point of the tool was to get those FTP links, but maybe I'm missing something. Personally, I think, we should generally consider one step after another. It will be a great improvement when the Galaxy button in BIA will be there. With the experiences and feedback we will hopefully gather then, we might consider adding support for further datatypes, LIF or beyond, but first we need the experiences in how far it's actually required.
Agreed. I'd be interested in the stance of @sunyi000 who originally wrote this tool. |
Exactly @kostrykin, but I think the original author didn't anticipate the heterogenity of the accession paths as most of them don't follow the expected pattern that would be scriptable. So the best course of action to keep this tool is to clearly state what it can and can not do.
I believe that was the (alpha) API we discussed was not yet ready to handle data requests, but I could be wrong? As for the metadata, it does seems like it would follow a clear logical of So I guess we wait on their BIA API they are working on, and in the meanwhile address the tool as written above. Input from original author is of course always welcome! |
Related to Project 17: Development of FAIR image analysis workflows & training in Galaxy
Fixes beatrizserrano/galaxy-image-community#11