Open mmilek opened 2 years ago
probably related to https://github.com/sphinx-doc/sphinx/issues/8487
@mmilek can you please document which sphinx versions are present when installing snakemake 5 vs 7.
might not be installed at all? working environment:
(sea_snap_bo_final) [milekm_c@hpc-cpu-219 python3.7]$ python -c 'import sphinx'
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'sphinx'
broken environment:
(sea_snap) [milekm_c@hpc-cpu-219 python3.7]$ python -c 'import sphinx'
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'sphinx'
Using current conda envrinoment (conda_env.yaml), the single-cell pipeline on branch
feature_cellranger_multi
fails due to problems with csv-table directive path.Most likely cause is that the current yaml file leads to the installation of higher version of snakemake (7.1.0), which fails with the csv-table. Workaround is to use the
conda_env_mapping_sc.yaml
ondevelopment
branch, which will install snakemake 5.14.0.