seuratv3wizard icon indicating copy to clipboard operation
seuratv3wizard copied to clipboard

Combining Two or More 10X Runs

Open rondjlee opened this issue 5 years ago • 2 comments

Hi nasqar, Is there a way for me to merge/add more than one 10X run? Plus, how to resolve "Maximum upload size exceeded"?

rondjlee avatar Mar 19 '19 13:03 rondjlee

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.

nasqar avatar Mar 20 '19 05:03 nasqar

Thanks a lot nasqar! It works like a charm. Plus, thank you for working on the adding feature.

rondjlee avatar Mar 20 '19 15:03 rondjlee