-
Notifications
You must be signed in to change notification settings - Fork 21
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
error using cellex esmu files #72
Comments
Hi Jon, |
I ran into the same problem |
Hi -
Thank you for developing these packages. I have been successful running my data in CELLECT with the precomputed CELLEX datasets. The results look great. However, I have run into issues with using the .esmu files. For example, I've tried running the MOCA trajectory files and have run into errors. I have also tried the CELLEX example with the mousebrain vascular scRNA data and have also run into errors. Here is the error from trying the vascular mousebrain.esmu data:
Error in rule prioritize_annotations:
jobid: 2
output: GWAS.vascular.test/CELLECT-MAGMA/out/prioritization/mousebrain_vascular_cells.esmu__GWAS.magmause.cell_type_results.txt
log: GWAS.vascular.test/CELLECT-MAGMA/logs/log.prioritize_annotations_snake.mousebrain_vascular_cells.esmu.GWAS.magmause.txt (check log file(s) for error message)
conda-env: /Users/XX/Downloads/cellect/CELLECT/.snakemake/conda/c2fb0307e0730e9c68f49bed1826c2eb
RuleException:
CalledProcessError in line 276 of /Users/XX/Downloads/cellect/CELLECT/cellect-magma.snakefile:
Command 'source /Users/XX/anaconda-master/ENTER/bin/activate '/Users/XX/Downloads/cellect/CELLECT/.snakemake/conda/c2fb0307e0730e9c68f49bed1826c2eb'; python /Users/XX/Downloads/cellect/CELLECT/.snakemake/scripts/tmps14v46z1.prioritize_annotations_snake.py' returned non-zero exit status 1.
File "/Users/XX/Downloads/cellect/CELLECT/cellect-magma.snakefile", line 276, in __rule_prioritize_annotations
File "/Users/XX/anaconda-master/ENTER/envs/cellect/lib/python3.8/concurrent/futures/thread.py", line 57, in run
RuleException:
CalledProcessError in line 276 of /Users/XX/Downloads/cellect/CELLECT/cellect-magma.snakefile:
Command 'source /Users/XX/anaconda-master/ENTER/bin/activate '/Users/XX/Downloads/cellect/CELLECT/.snakemake/conda/c2fb0307e0730e9c68f49bed1826c2eb'; python /Users/XX/Downloads/cellect/CELLECT/.snakemake/scripts/tmpawe26t4t.prioritize_annotations_snake.py' returned non-zero exit status 1.
File "/Users/XX/Downloads/cellect/CELLECT/cellect-magma.snakefile", line 276, in __rule_prioritize_annotations
File "/Users/XX/anaconda-master/ENTER/envs/cellect/lib/python3.8/concurrent/futures/thread.py", line 57, in run
Is there a way to convert the .esmu files to .mu like the other precomputed datafiles? Or is there a step that I'm missing in preprocessing?
Thanks,
Jon
The text was updated successfully, but these errors were encountered: