Skip to content

DuckDB compatibility with HPC resources #768

Description

@apigott

Not all HPCs (ex. ZIB) are set up to work with DuckDB download settings. Proposed fix TBD

Current temp fixes are:

  1. Manual download and snakemake --touch to force use of manually downloaded files
  2. Adding proxy settings. Specifically for ZIB cluster:
duckdb.query("SET http_proxy='squid.zib.de:3128';")```

http_proxy could be parameterized from the environment variable `http_proxy` and this is probably the best long term solution to be implemented in a PR

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions