-
Notifications
You must be signed in to change notification settings - Fork 30
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
Maximum upload size exceeded #196
Comments
We have a limitation about file size. I might suggest you change that limitation in the code.
You should be all set. But if you have many samples, the names might not fit to the plots well. I have tried it with up to 40 samples but more than that, some plots might not behave well. |
All the messages are looking right. library(debrowser) If you get an error; please send the error. |
Yes, there is a problem in your count data file. It should be filled with all numeric values. If there is a missing value or a string rather than a count value, you will get this error. |
I do not think this is the case. I have checked and re-checked my dataframe. No missing values or strings in there. |
If you send me the first 100 lines of the file. I can look at it, if there is a problem about the file. Sometimes, when the file is generated in microsoft environment, because of the enter characters at the end of the lines, they are not suitable to use in R. That might be the case. |
Attaching the Count Data File (tsv format) Thanks again |
Hi Alper,
Many thanks for your kind help!
My name is Aviv, I will try and work this thing out with instead of Thomas, which is a lab member of mine.
So far DEBrowser fails on these two files (attached) after upload - it freezes and generates no output.
They were generated in GNU/Linux environment.
Thanks,
Aviv.
…________________________________
From: tomasflyo <notifications@github.com>
Sent: Sunday, January 13, 2019 10:24:34 AM
To: UMMS-Biocore/debrowser
Cc: Aviv De-Morgan; Author
Subject: Re: [UMMS-Biocore/debrowser] Maximum upload size exceeded (#196)
Attaching the Count Data File (tsv format)
I have been using python for data prep and cleanup.
Count_Data_File_100.txt<https://github.com/UMMS-Biocore/debrowser/files/2752914/Count_Data_File_100.txt>
Thanks again
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#196 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Ah_6-Nom7l9DGcW8EZKUVgMKwgWZOFq_ks5vCu1CgaJpZM4Z5NmE>.
|
Dear Alper, Short update.
So it seems that for the Metadata file it is a formatting issue. I found some info on this error message, but I am still working on it. Thanks again |
Could you remove "-" in the sample names in your count file and try? |
These are duplicated genes in this data table. 5502 LIMS3 16 117 13 |
I cloned the file under R\win-library\4.1 and did the 2nd step. But When I do R CMD INSTALL debrowser I get an error like this: |
When trying to upload a large (~100 MB) count data file, shiny reports that the maximum upload size is exceeded.
The text was updated successfully, but these errors were encountered: