-
Notifications
You must be signed in to change notification settings - Fork 2
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 when running prepare.py #18
Comments
Hi Dongxu, Try the newest version of scape, https://github.com/chengl7-lab/scape Ran |
Hi Ran, thanks for your reply. I think there is some issues with installing scape visa pip. I got this ERROR: But I can install it via git successfully and smoothly without any ERROR. I will run the pipeline on my data. Thanks! Dongxu |
Hi Dongxu, It appears that you've installed scape-apa using Python 3.8; however, the tool requires a minimum Python version of 3.9. Please consider upgrading your Python version accordingly. You might consider initiating a new issue on that repository, where we can further discuss it. Ran |
Hi, thanks for developing this great software. I am working on a 10X single nucleus RNA-seq data. I use the gtf file from cellRanger as input for the prepare.py. However, I got the ERROR like this:
Traceback (most recent call last):
File "/software/SCAPE/main.py", line 4, in
cli()
File "/software/anaconda3/envs/scape/lib/python3.7/site-packages/click/core.py", line 722, in call
return self.main(*args, **kwargs)
File "/software/anaconda3/envs/scape/lib/python3.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/software/anaconda3/envs/scape/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/software/anaconda3/envs/scape/lib/python3.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/software/anaconda3/envs/scape/lib/python3.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/software/SCAPE/cli/prepare.py", line 83, in prepare
if info[gene_type_id] not in genes_use:
TypeError: unhashable type: 'list'
I installed SCAPE according to the document. The version of Python is 3.7.3. Indeed, I have the output for UTR like:
1 30976 31097 lincRNA;ENSG00000243485;ENST00000473358;MIR1302-2HG . +
1 30976 31109 lincRNA;ENSG00000243485;ENST00000469289;MIR1302-2HG . +
1 34554 35174 lincRNA;ENSG00000237613;ENST00000417324;FAM138A . -
1 35245 35481 lincRNA;ENSG00000237613;ENST00000461467;FAM138A . -
I was wondering if I really need to care about the ERROR and if the output is correct? If you need more info. for my working environment, please let me know. Thanks for any reply and suggestions!
Cheers,
Dongxu
The text was updated successfully, but these errors were encountered: