Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

single cell pipeline fails at rule all due to problem with "csv-table" and snakemake version #16

Open
mmilek opened this issue Apr 4, 2022 · 3 comments

Comments

@mmilek
Copy link
Contributor

mmilek commented Apr 4, 2022

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.

RuleException:
SystemMessage in line 94 of /data/gpfs-1/home/users/milekm_c/seasnap-pipeline/sc_pipeline.snake:
:17: (SEVERE/4) Problems with "csv-table" directive path:
[Errno 2] No such file or directory: '../sc_analysis/pipeline_report/all_samples.all_mates/out/pipeline_report.all_samples.all_mates.summary.csv'.

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 on development branch, which will install snakemake 5.14.0.

@bobermayer
Copy link
Contributor

probably related to sphinx-doc/sphinx#8487

@messersc
Copy link

messersc commented Apr 4, 2022

@mmilek can you please document which sphinx versions are present when installing snakemake 5 vs 7.

@mmilek
Copy link
Contributor Author

mmilek commented Apr 4, 2022

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants