compatibility with snakemake 8.14 closes #1108
This commit is contained in:
parent
450f75a989
commit
14b8de8348
@ -20,7 +20,7 @@ dependencies:
|
||||
- openpyxl!=3.1.1
|
||||
- pycountry
|
||||
- seaborn
|
||||
- snakemake-minimal>=8.11
|
||||
- snakemake-minimal>=8.14
|
||||
- memory_profiler
|
||||
- yaml
|
||||
- pytables
|
||||
|
@ -407,12 +407,12 @@ def mock_snakemake(
|
||||
from snakemake.common import SNAKEFILE_CHOICES
|
||||
from snakemake.script import Snakemake
|
||||
from snakemake.settings import (
|
||||
ConfigSettings,
|
||||
DAGSettings,
|
||||
ResourceSettings,
|
||||
StorageSettings,
|
||||
WorkflowSettings,
|
||||
)
|
||||
from snakemake.settings.types import ConfigSettings
|
||||
|
||||
script_dir = Path(__file__).parent.resolve()
|
||||
if root_dir is None:
|
||||
|
Loading…
Reference in New Issue
Block a user