Skip to content

Commit

Permalink
Merge pull request #1112 from bobbyxng/master
Browse files Browse the repository at this point in the history
Fixed mock_snakemake for snakemake v.8.14: All snakemake settings moved
  • Loading branch information
fneum authored Jun 21, 2024
2 parents 8455c2e + 6962ba0 commit 299a8ed
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 299a8ed

Please sign in to comment.