-
Notifications
You must be signed in to change notification settings - Fork 56
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
How to reproduce paper results #80
Comments
Or can you tell me the version of python, tensorflow you need? |
What was the anndata version of the h5ad file that you created? Or the scanpy version, because I can't read the h5ad file you provided right now. Package Version absl-py 1.4.0 The error message is as follows: |
I met the same issue. What I did is just move the ModelTrainer.py to the main directory instead of the code directory. I think it could solve this problem. |
Hi @SZ-qing, Based on the error message, it looks like the function @yikang613 : Did your solution work? |
I think you could try this command |
Hi,I am reproducing the results of your article, but I have encountered some environmental problems.
As described in https://github.com/theislab/scgen-reproducibility, I recreated a virtual environment called scgen-reproduce with packages tensorflow, scanpy, numpy, matplotlib, scipy, and wget. Then follow the prompts to cd to the code path and run the following command line:
python ModelTrainer.py all [all datas have been downloaded ] ,
but an error is encountered:
_Traceback (most recent call last):
File "", line 1, in
File "/public/home/nierq01/platform/scGen/reproduce/scgen-reproducibility-master/code/scgen/init.py", line 19, in
version = get_version(file)
File "/public/home/nierq01/anaconda3/envs/scgen-reproduce/lib/python3.7/site-packages/get_version/init.py", line 280, in get_version
raise NoVersionFound(Source.all, msg)
get_version.NoVersionFound: No version found:
What I understand is that when reproducing the results, you don't have to install scgen yourself in the python environment, right?
The text was updated successfully, but these errors were encountered: