Closed renruichen closed 1 year ago
Thanks for your feedback! Actually, this code is a kind of redundancy. So I modify the code to avoid this problem. You can re-download scTAPE from pypi using command like
pip install sctape==1.1.1
to try the new code.
Thank you for your prompt reply.
When I tried using:
pip install scTAPE==1.1.1 --trusted-host pypi.mirrors.ustc.edu.cn
An error has occurred:
ERROR: Ignored the following versions that require a different python version: 1.0.1 Requires-Python ==3.7; Error: Ignored the following versions that require a different Python version: 1.0.1 requires - python ==3.7; 1.0.2 Requires-Python ==3.7; 1.0.3 Requires-Python ==3.7; Requires-Python ==3.7; 1.1.0 Requires-Python ==3.7; 1.1.1 Requires-Python ==3.7
ERROR: Could not find a version that satisfies the requirement scTAPE==1.1.1 (from versions: 0.1, while 0.1.2 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 1.0.0)
ERROR: No matching distribution found for scTAPE==1.1.1. Error: No matching distribution found for sctape ==1.1.1
So I use:
pip install sctape-1.1-py3-none-any. whl --trusted-host pypi.mirrors.ustc.edu.cn.
An error has occurred:
ERROR: Package 'sctape' requires a different Python: 3.7.12 not in '==3.7' Error: Package 'sctape' requires a different Python: 3.7.12 Not in '==3.7'
Finally, install with source code, compare the pgg-info of scTAPE1.0.0 and change it to Requires-Python: > =3.7 The installation is normal.
I hope this can be a reference for others
Hello, I'm glad to learn this excellent paper. There is a problem with the running of this paper, which takes up your time. I hope to get your reply. I try to run it with the following command: Sigm, Pred = Deconvolution('./Liver_counts_ref.txt','./time_point/GSE190939.txt',sep='\t', datatype='counts',genelenfile='./GeneLength_mouse.txt', mode='overall', adaptive=True, save_model_name = None) Works fine when my GSE190939.txt contains multiple samples; However, only a single sample is included. The error information is as follows:
We look forward to your reply. Thank you very much. My email is : chenrenrui2019@sibs.ac.cn I would appreciate it if I could contact you