-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix s5cmd url #21
Fix s5cmd url #21
Conversation
@vkt1414 it is very confusing that all three pending PRs contain duplicate commits. For this specific PR, I would not expect to see download manager and GitHub Actions related commits. Also, the right way to address #17 is not to remove In any case, I am working on updating to v17, and will fix these issues as well, since I need them for a feature in SlicerIDCBrowser. |
Sorry as I requested before the gha commits are in the order of the PRs submitted. But I understand your preference and with time, I'm getting more familiar with rebasing and isolating branches, as can be seen in the Cloud Resources repo. I'll update these branches today. Regarding #17 I did not see where downloadDir is taken as input from the user, so I assumed there is no need for it with the way s5cmd download is setup now. But if this is going to a feature in the future versions, could you eloborate more in the issue? |
I was talking about this function, which takes downloadDir as a parameter: https://github.com/ImagingDataCommons/idc-index/blob/main/idc_index/index.py#L273 |
Sorry, I still do not understand. |
I was thinking that function should be convenient to use with any manifest - both created inside idc-index, but also the one downloaded from the portal, where user cannot control the destination. As I was writing about this, I realized the easiest way to address this is to run s5cmd from the destination directory, instead of rewriting the manifest. I will make that fix in the #23 branch. |
Closing as obsolete. |
Addresses #16 and #17