Closed luli7 closed 5 years ago
Hi,
I looked at my log file.
I feels like, even loading a pickle file, PyPath is still trying to down-load new files from github.
last line of log file:
[2019-06-25 10:53:03] [curl] File at https://raw.githubusercontent.com/Teichlab/cellphonedb/master/cellphonedb/src/core/data/complex.csv
successfully retrieved. Resulted file type plain text, file object
. Local file at
/home/luli7/.pypath/cache/e77b828b6eb5ddaa1145375877d4b76a-complex.csv
.
When I open this file from cache, it is empty containing only: 404: Not Found 404: Not Found 404: Not Found
I think Cellphonedb potentially changed their URL for this data set, and it feels like there are also some re-naming after looking at: https://github.com/Teichlab/cellphonedb/tree/master/cellphonedb/src/core/data
Could you please fix this issue?
Thank you so much! Best regards Lu
Hi Lu,
We are aware that CellPhone DB recently updated its database and some fields and URLs have changed since the previous version. This issue will be addressed ASAP.
Cheers
Hi Lu,
Thanks for reporting it, fixed in 148637a
Best,
Denes
Hi Everyone,
I am using PyPath dev version 0.8.20 under python 3.6. I have pickled annotation, however when loading it back, I got following error messages (I also got exactly the same message when loading annotation without pickle a=annot.AnnotationTable()):