Skip to content

Commit

Permalink
Fixed mock_snakemake for snakemake v.8.14: All snakemake settings mov…
Browse files Browse the repository at this point in the history
…ed to snakemake.settings.types.
  • Loading branch information
bobbyxng committed Jun 20, 2024
1 parent 8455c2e commit 6962ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,13 +406,13 @@ def mock_snakemake(
from snakemake.api import Workflow
from snakemake.common import SNAKEFILE_CHOICES
from snakemake.script import Snakemake
from snakemake.settings import (
from snakemake.settings.types import (
ConfigSettings,
DAGSettings,
ResourceSettings,
StorageSettings,
WorkflowSettings,
)
from snakemake.settings.types import ConfigSettings

script_dir = Path(__file__).parent.resolve()
if root_dir is None:
Expand Down

0 comments on commit 6962ba0

Please sign in to comment.