ssciwr/pooch-cache

Caches pooch's cache in a GH cache

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameThe name of the cache, as passed to pooch.os_cacheyespooch-cache
doisDOIs from which to download. Pass as new line separated string.
file-urlsFile URLs to download, requires known-hashes of same length. Pass as new line separated string.
known-hashesKnown hashes for file-urls download. Pass as new line separated string.
base-urlsBase URLs for download, requires registry-files of same length. Pass as new line separated string.
registry-filesRegistry files which download. Pass as new line separated string.
filename-whitelistA whitelist of filenames used when downloading files from registries (useful for e.g. partial downloads from a DOI)
extractWhether to extract archive files (zip, tar, tar.gz) after download
extract-dirDirectory to extract archive files into (relative to pooch cache location). Only used if extract is true.
fail-on-cache-missFail the workflow if cache entry is not found. Default: falsefalse

no outputs