Skip to content

Commit

Permalink
Revert "adapt to snakemake v8 pass version"
Browse files Browse the repository at this point in the history
This reverts commit a50fa88.
  • Loading branch information
SilasK committed Jan 22, 2024
1 parent a50fa88 commit 1d392bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion atlas/atlas.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import click


from snakemake.common.configfile import load_configfile
from snakemake.io import load_configfile
from .make_config import validate_config
from .init.atlas_init import run_init # , run_init_sra

Expand Down
2 changes: 1 addition & 1 deletion atlas/make_config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .default_values import *
from snakemake.utils import update_config as snakemake_update_config
from snakemake.common.configfile import load_configfile
from snakemake.io import load_configfile
import tempfile
import sys
import os
Expand Down
14 changes: 7 additions & 7 deletions atlasenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ channels:
- bioconda
- defaults
dependencies:
- python =3.11
- python >=3.8, < 3.12
- mamba
- bbmap >= 39.01
- snakemake-minimal >= 8
#- pygments
#- networkx
#- graphviz
- pandas =2
- bbmap >= 39.01, <40
- snakemake-minimal >= 7.18.1, <7.26
- pygments
- networkx
- graphviz
- pandas >=1.2, <1.6
- pyarrow # for parquet reading
- click >=7
- ruamel.yaml >=0.17
Expand Down

0 comments on commit 1d392bf

Please sign in to comment.