We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi nasqar, Is there a way for me to merge/add more than one 10X run? Plus, how to resolve "Maximum upload size exceeded"?
The text was updated successfully, but these errors were encountered:
As of now, you cannot merge/add more than one run. We will add this in the near future, you will be notified.
About the maximum upload size, you can change that if you are running it locally. Find the file server.R under inst/shiny and edit the following line:
options(shiny.maxRequestSize = 300*1024^2)
Now the limit is 300mb. Change 300 to whichever value you like.
Let us know if you still have more issues.
Sorry, something went wrong.
Thanks a lot nasqar! It works like a charm. Plus, thank you for working on the adding feature.
Merge pull request #1 from anhvo711/anhvo711-patch-1
d97d9d9
modified seurat
No branches or pull requests
Hi nasqar,
Is there a way for me to merge/add more than one 10X run?
Plus, how to resolve "Maximum upload size exceeded"?
The text was updated successfully, but these errors were encountered: