ssciwr/pooch-cache
Caches pooch's cache in a GH cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the cache, as passed to pooch.os_cache | yes | pooch-cache |
| dois | DOIs from which to download. Pass as new line separated string. | — | — |
| file-urls | File URLs to download, requires known-hashes of same length. Pass as new line separated string. | — | — |
| known-hashes | Known hashes for file-urls download. Pass as new line separated string. | — | — |
| base-urls | Base URLs for download, requires registry-files of same length. Pass as new line separated string. | — | — |
| registry-files | Registry files which download. Pass as new line separated string. | — | — |
| filename-whitelist | A whitelist of filenames used when downloading files from registries (useful for e.g. partial downloads from a DOI) | — | — |
| extract | Whether to extract archive files (zip, tar, tar.gz) after download | — | — |
| extract-dir | Directory to extract archive files into (relative to pooch cache location). Only used if extract is true. | — | — |
| fail-on-cache-miss | Fail the workflow if cache entry is not found. Default: false | — | false |
Outputs
no outputs