We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, you tell elton to use a specific cache dir by saying:
elton ls --cache-dir=some/folder/
however, some publications use an archive zip of the cached datasets, so suggest to also support:
elton ls --cache-dir=some/archive.zip
This way, you can more easily work with immutable collections of datasets.
The text was updated successfully, but these errors were encountered:
With Elton v0.14.2, you can stream process DwC content from the GIB provenance logs.
from https://github.com/globalbioticinteractions/elton/releases/tag/0.14.2
GIB_VERSION=hash://sha256/37bdd8ddb12df4ee02978ca59b695afd651f94398c0fe2e1f8b182849a876bb2 CONTENT_REPO=https://linker.bio preston cat --remote $CONTENT_REPO $GIB_VERSION --no-cache\ | elton stream --data-dir data --remote $CONTENT_REPO --no-cache
see #52
This allows for a way to work with immutable datasets containing DwC-A or other content.
Sorry, something went wrong.
No branches or pull requests
Currently, you tell elton to use a specific cache dir by saying:
however, some publications use an archive zip of the cached datasets, so suggest to also support:
This way, you can more easily work with immutable collections of datasets.
The text was updated successfully, but these errors were encountered: