File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ def __base_exec(
61
61
unlock = unlock ,
62
62
forceall = force ,
63
63
use_conda = True ,
64
- conda_prefix = env_manager ,
65
64
conda_frontend = env_manager ,
66
65
)
67
66
Original file line number Diff line number Diff line change 11
11
"""
12
12
13
13
import pathlib
14
- from typing import Optional
15
14
from collections import defaultdict
15
+ from typing import Optional
16
16
17
- from cytosnake .utils import cyto_paths
18
17
from cytosnake .guards .path_guards import is_valid_path
18
+ from cytosnake .utils import cyto_paths
19
19
from cytosnake .utils .config_utils import load_general_configs , load_meta_path_configs
20
20
21
-
22
21
# loading in config files
23
22
META_PATH_CONFIGS = load_meta_path_configs ()
24
23
GENERAL_CONFIGS = load_general_configs ()
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
4
4
- anaconda
5
5
- defaults
6
6
dependencies :
7
- - python==3.8
7
+ - python==3.10
8
8
- pip
9
9
- pip :
10
- - git+https://github.com/cytomining/CytoTable.git@f336d26baf96b8b3d9ed6ca07f617895030bf038
10
+ - cytotable
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ def aggregate(
72
72
73
73
# Loading appropriate platemaps with given plate data
74
74
logging .info (f"Loading plate data from: { str (sqlite_file_path )} " )
75
- plate_file_check = pathlib .Path (sql_file ).is_file ()
76
75
77
76
# checking if the the sqli_file is found or it's a file type
78
77
if not pathlib .Path (sql_file ).is_file ():
You can’t perform that action at this time.
0 commit comments