You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: