Skip to content

provide Path object as input to ConfigSettings#995

Merged
FabianHofmann merged 1 commit intomasterfrom
fix-configfiles-dtype
Mar 26, 2024
Merged

provide Path object as input to ConfigSettings#995
FabianHofmann merged 1 commit intomasterfrom
fix-configfiles-dtype

Conversation

@lindnemi
Copy link
Copy Markdown
Contributor

snakemake.ConfigSettings expects a sequence of pathlib.Path, but right now gets a list of strings, leading to a cryptic error. This PR fixes this

image

Checklist

  • I tested my contribution locally and it seems to work fine.
  • Code and workflow changes are sufficiently documented.
  • Changed dependencies are added to envs/environment.yaml.
  • Changes in configuration options are added in all of config.default.yaml.
  • Changes in configuration options are also documented in doc/configtables/*.csv.
  • A release note doc/release_notes.rst is added.

@lindnemi lindnemi added the bug label Mar 26, 2024
@FabianHofmann FabianHofmann merged commit d74017e into master Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants