Open ivandatasci opened 2 years ago
Hi Ivan,
Were you ever able to figure it out? I am also having issues with my CellO resources directory.
Thanks!
My apologies for the trouble. I just fixed the bug. If you re-install CellO via pip install -U cello-classify
, then the new version should hopefully work now. Let me know if you still experience an issue.
I'm getting the same error. I downloaded the resources and unpacked with:
wget https://deweylab.biostat.wisc.edu/cell_type_classification/resources_v2.0.0.tar.gz; tar -xvf resources_v2.0.0.tar.gz
which gives me the following output:
x resources/
x resources/gene_metadata/
x resources/trained_models/
x resources/README
x resources/training_set/
x resources/training_set/labels.json
x resources/training_set/experiment_to_study.json
x resources/training_set/experiment_to_tags.json
x resources/training_set/log_tpm.h5: truncated gzip input
tar: Error exit delayed from previous errors.
and the following files:
ls resources/*
resources/README
resources/gene_metadata:
resources/trained_models:
resources/training_set:
experiment_to_study.json experiment_to_tags.json labels.json log_tpm.h5
I installed cello-classify v 2.1.1 in my conda env with pip:
$conda list|grep cello
cello-classify 2.1.1 pypi_0 pypi
Hello everyone.
I just installed the latest cello-classify version with pip. Version 2.0.3. Installation went fine.
When I try to use it, I get an error.
I execute this cell in a JupyterLab notebook:
and this is the error:
Could somebody offer some guidance?
Thank you.
Ivan