-
Notifications
You must be signed in to change notification settings - Fork 4
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
Couldn't generate menr.pkl file for SCENIC+ #27
Comments
Here is the error: |
Hi @Jay2942023 Can you check wether the chromosome names in your sets of regions map with the chromosome names in the genome annotation ( All the best, Seppe |
I am encountering the same 'ValueError: Length mismatch: Expected axis has 0 elements, new values have 3 elements' on this code chunk
my annot has following chromosome names:
` and my markers_dict has following chromosome details: [11247 rows x 3 columns], Could you please help me fix this error? Thanks |
Hello,
I am trying to get familiar with SCENIC+ workflow using 10x multiome pbmc tutorial. However, pycistarget couldn't generate menr.pkl file for SCENIC+ input. All I get are a few lists of html file for different topics. Here I attached the code and error message.
from scenicplus.wrappers.run_pycistarget import run_pycistarget
run_pycistarget(
region_sets = region_sets,
species = 'homo_sapiens',
save_path = os.path.join(work_dir, 'motifs'),
ctx_db_path = rankings_db,
dem_db_path = scores_db,
path_to_motif_annotations = motif_annotation,
run_without_promoters = True,
n_cpu = 8,
_temp_dir = os.path.join(tmp_dir, 'ray_spill'),
annotation_version = 'v10nr_clust',
)
The text was updated successfully, but these errors were encountered: