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
Could change fullpath to accept a URL argument, so prepending with file:// would be equivalent to current behaviour. Assumption would be a file:// URL to be backwards compatible.
This has the advantage of supporting any storage location/protocol that can be expressed as a URL, within the ability of python to support it.
There was interest in having some system for being able to locate important input files from experiment git repositories. Suggestions included git-lfs and git-annex. This is potentially another alternative to those.
Possible modification: add a URL field that is used if fullpath is absent or the file is missing. In the first case it would be downloaded and stored in a default "scratch" space, second case it would be downloaded and save to the fullpath location.
The text was updated successfully, but these errors were encountered:
I'm just suggesting that the path could be a URL, which covers the current usage, but allows for more flexibility about where the data resides, so a config could be published that could be used anywhere, if the data were publicly accessible.
Could change
fullpath
to accept a URL argument, so prepending withfile://
would be equivalent to current behaviour. Assumption would be afile://
URL to be backwards compatible.This has the advantage of supporting any storage location/protocol that can be expressed as a URL, within the ability of python to support it.
There was interest in having some system for being able to locate important input files from experiment git repositories. Suggestions included git-lfs and git-annex. This is potentially another alternative to those.
Some examples of possible URL storage endpoints are S3 and Interplanetary File System (IPFS).
Possible modification: add a URL field that is used if
fullpath
is absent or the file is missing. In the first case it would be downloaded and stored in a default "scratch" space, second case it would be downloaded and save to thefullpath
location.The text was updated successfully, but these errors were encountered: