-
Notifications
You must be signed in to change notification settings - Fork 5
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
Upload File #7
Comments
Hi, Cellar currently doesn't support concatenation of AnnData's, but you can easily do this yourself locally by using the You can then upload the combined file to Cellar. |
I got another problem. *The first part was solved using: SaveH5Seurat(pbmc, filename = "./mfg2.h5Seurat") *And now: Does Cellar has a limit size for files? Or do you know any possible reason to have this error? |
|
I convert again using this line above: Convert("./mfg2.h5Seurat", dest = "h5ad") |
There is a limit of 2gb. Before uploading to Cellar, you could try loading the file locally and debug any errors there. If using Python, install the |
Hello.
Great Tool!
I could run Cellar in one of my samples, 10x data, worked great.
I still don't know the better way to upload the whole batch as one file to be analyzed.
Can you give a help with it?
The text was updated successfully, but these errors were encountered: