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
Hi,
I am unable to successfully run the "Preprocessing transcriptomic library" step of the adult mouse hippocampus tutorial. The error that I get is as follows, where I only manage to get the AnnData object of one of the tiles:
File "/home/labs/nyosef/oier/mambaforge/envs/spacemake/lib/python3.10/site-packages/squidpy/gr/_nhood.py", line 86, in _create_function
raise ValueError(f"Expected at least 2 clusters, found {n_cls}.")
ValueError: Expected at least 2 clusters, found 1.
[Wed Dec 11 09:22:01 2024]
Error in rule run_automated_analysis:
jobid: 206
output: projects/openst_demo/processed_data/openst_demo_adult_mouse/illumina/complete_data/automated_analysis/openst/umi_cutoff_500/openst_demo_adult_mouse_fc_2_L3_tile_2360_results.h5ad
I would appreciate it if you could provide me assistance on this.
Hi @oieretxezarreta this is a spacemake error which we are actively working to address in one of the upcoming spacemake updates. The error shouldn't prevent you from working further though, as it only concerns the automated analysis, which is downstream of the processed data.
Try running spacemake run --your_params --keep-going --rerun-incomplete to get the rest of the tiles if the pipeline stopped.
Hi,
I am unable to successfully run the "Preprocessing transcriptomic library" step of the adult mouse hippocampus tutorial. The error that I get is as follows, where I only manage to get the AnnData object of one of the tiles:
File "/home/labs/nyosef/oier/mambaforge/envs/spacemake/lib/python3.10/site-packages/squidpy/gr/_nhood.py", line 86, in _create_function
raise ValueError(f"Expected at least
2
clusters, found{n_cls}
.")ValueError: Expected at least
2
clusters, found1
.[Wed Dec 11 09:22:01 2024]
Error in rule run_automated_analysis:
jobid: 206
output: projects/openst_demo/processed_data/openst_demo_adult_mouse/illumina/complete_data/automated_analysis/openst/umi_cutoff_500/openst_demo_adult_mouse_fc_2_L3_tile_2360_results.h5ad
I would appreciate it if you could provide me assistance on this.
Thanks in advance.
Steps to reproduce the bug
Environment info
channels:
dependencies:
The text was updated successfully, but these errors were encountered: