ParkerICI / premessa

R package for pre-processing of mass and flow cytometry data
GNU General Public License v3.0
42 stars 24 forks source link

Error when trying to use paneleditor #8

Closed knmorrow closed 6 years ago

knmorrow commented 6 years ago

Hi,

I am able to initiate the panel editor just fine and select the FCS file I want to alter, but when I click the button in the UI to process files I always get the following error:

Listening on http://127.0.0.1:3114 [1] "Reading FCS parameters..." [1] "Done" Warning: Error in do.call: second argument must be a list Stack trace (innermost first): 66: do.call 65: rhandsontable::hot_to_r 58: isolate 57: observerFunc [/Users/knmorro/Library/R/3.4/library/premessa/paneleditor_shinyGUI/server.R#54] 2: shiny::runApp 1: paneleditor_GUI ERROR: [on_request_read] connection reset by peer

pfgherardini commented 6 years ago

Hi,

Can you send me a screenshot of what the interface looks like, just before you press the process button? You can't really select a single file to process (i.e. all the files in the table get processed). Seeing a screenshot will help me understand what you are doing.

Thanks

knmorrow commented 6 years ago

selecting a file after selecting file before clicking process

I am not getting a table at all, which might be part of the problem?

pfgherardini commented 6 years ago

Hi

There seem to be an issue with the latest version of one of the packages I am using to display the table. Let me investigate and I'll get back to you ASAP

Federico

pfgherardini commented 6 years ago

Should be fixed in the latest release. Please install premessa again and let me know if you still have problems

knmorrow commented 6 years ago

It is working now! Thank you

jgarces02 commented 5 years ago

Hi @pfgherardini,

I've another error using paneleditor_GUI(). I paste the code/error I used below and a screenshot of the GUI.

> paneleditor_GUI()
Listening on http://127.0.0.1:4080
Reading FCS parameters...
Done
[1] "Processing G:/Mi unidad/Proyectos/FlowCT_Ciro/files_FlowCT/MO_017294.fcs ..."
Warning: Error in rename_fcs_parameters_name: is.matrix(m) is not TRUE
  62: <Anonymous>

image Thanks in advance for your help!