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
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Is your feature request related to a problem? Please describe
When parsing the manifest file as part of the CHECK_INPUT process, there's a small check about that the provided path or url exists. However that check systematically fails for any s3 URI or URL provided.
Describe the solution you'd like
It would be great to be able to point to files on s3 in the manifest.
Describe alternatives you've considered
Running the workflow with files locally but this is a problem with mac as there are memory issues in another part of the workflow.