You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team, I greatly appreciate your work on this project. The code is very well organized and the documentation is comprehensive, which made it easy to get started. Thank you for making this valuable contribution open source.
While implementing the continue pretraining pipeline, I noticed that some h5ad files required for testing are missing. Specifically, I encountered the following error when trying to run the validation:
FileNotFoundError: [Errno 2] Unable to synchronously open file (unable to open file: name = '.../data/gNNpgpo6gATjuxTE7CCp.h5ad', errno = 2, error message = 'No such file or directory')
I also found there are some other datasets used for validation but not included in the repository:
I wasn't able to locate these test files in the repository. Would you be willing to provide these h5ad files or instructions on how to obtain them? This would be extremely helpful for those of us looking to build upon your excellent work.
Thanks again for creating and sharing this project!
The text was updated successfully, but these errors were encountered:
Oh right, this is quite omission on my side. to explain, these files are coming from the cellxgene lamindb dataset used during my run. I get them from cellxgene but their IDs as is make them completely useless for you.
I thus need to share with you these files, also I will update the package and README to showcase this:
gNNpgpo6gATjuxTE7CCp #denoising test
yBCKp6HmXuHa0cZptMo7 #omnipath grn test
respectively they are these 2 datasets on cellxgene, preprocessed with scdataloader's preprocessor:
Hi Team, I greatly appreciate your work on this project. The code is very well organized and the documentation is comprehensive, which made it easy to get started. Thank you for making this valuable contribution open source.
While implementing the continue pretraining pipeline, I noticed that some h5ad files required for testing are missing. Specifically, I encountered the following error when trying to run the validation:
I also found there are some other datasets used for validation but not included in the repository:
I wasn't able to locate these test files in the repository. Would you be willing to provide these h5ad files or instructions on how to obtain them? This would be extremely helpful for those of us looking to build upon your excellent work.
Thanks again for creating and sharing this project!
The text was updated successfully, but these errors were encountered: