Closed hai178912522 closed 11 months ago
hi the errror message is telling you that DefineClones.py
is not being found - this is a executable file provided by changeo
. As i'm not sure how you installed changeo
, i can only suggest that you uninstall and install changeo
again, perhaps from pypi
.
This worked for me (though it may be exactly what you already did). Run "which DefineClones.py" and then append the directory of that to the interpreter's environment through os.environ.
Description of the bug
The error message produced by the code above
OS information
ubuntu
Version information
dandelion==0.3.1 pandas==1.4.4 numpy==1.24.3 matplotlib==3.7.1 networkx==3.1 scipy==1.10.1
scanpy==1.9.3 anndata==0.9.1 umap==0.5.3 numpy==1.24.3 scipy==1.10.1 pandas==1.4.4 scikit-learn==1.2.2 statsmodels==0.14.0 python-igraph==0.10.4 pynndescent==0.5.10
Additional context
No response