wyguo / ThreeDRNAseq

A pipeline for differential expression and differential alternative splicing analysis
https://github.com/wyguo/ThreeDRNAseq
GNU General Public License v3.0
60 stars 27 forks source link

Errors with file names [Help] #41

Open kathrynmk opened 1 year ago

kathrynmk commented 1 year ago

This is my first time using the app and I keep getting the same errors that I do not understand how to fix. The first error I am getting is "The compressed quantification file name or its sub-file names include special symbols. Please uncompressed it and then compressed again to "zip" format". However I have changed my file names to not include any symbols outside of letters and numbers and I still get this error every time. The names are all abundance with a number (ex. abundance12). Is there something I need to change about these names or is this a glitch with the app? The second error I am getting says that "The quantification file names in the sample meta-table do not match to the quantification files" however I have checked them countless times and cannot see any differences in the names in my metadata file and the file names. The correct column is selected for the file names in step 2 so I am not sure what could be causing this. I have included screenshots that will hopefully be helpful. Thanks in advance!

appscreenshot filenamescreenshot metadatafilescreenshot
wyguo commented 1 year ago

Hi, Thanks for using our App. Your quanti_file_names format is wrong. Please read the user manual to reformat the files: https://github.com/wyguo/ThreeDRNAseq/blob/master/vignettes/user_manuals/Transcript_quantification_using_Galaxy.md

kathrynmk commented 1 year ago

Hi thanks for the reply. Would you be able to elaborate a bit? The quant files were generated by kallisto in command line, not using galaxy, which is why they are .tsv files. I was under the impression from the Input Files section of the manual that .tsv files were accepted as inputs. Do I need to convert them to a different file type? If you are not referring to the file type and instead referring to the way they are named, then perhaps I am missing something because I am not seeing anything about naming them in the manual. I have tried putting the same names in the metadata file column including the ".tsv" at the end and that did not work either. If you are able to give me a bit more clarification that would be greatly appreciated!

wyguo commented 1 year ago

Hi, If the quantifications were generated with comand line, your files and file names should be OK. Just a quick questions. (1) When you upload the quantification files, did you select command line and kallisto in the corresponding widget? (2) Did you use winRAR or 7-zip to zip the quantification files? The App currently can't take the zip files generated by 7-zip. Best

kathrynmk commented 1 year ago

Yes I selected both of those options in the widget. I also did not use 7-zip to zip my folder, I used the built-in zip program for Windows 11.

wyguo commented 1 year ago

It is very strange. Woud you mind sending me the data. I could check by running the source code.

moe184 commented 1 year ago

Guys was this sorted? I am facing a very similar problem. thank you