ismms-himc / cytutils

Cytometry quality control and reproducibility utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to select the directory for QC report

sdanturti opened this issue · comments

Error: Invalid target location for cytof qc report chosen. Please try again.
this is the error in the shiny app
Warning in if (class(cytof_qc_report_dir) != "integer") { :
the condition has length > 1 and only the first element will be used
this is the warning in the R studio
All Iam trying to do is select a folder for the qc report that will be generated but I am not able to

commented

Error: Invalid target location for cytof qc report chosen. Please try again.
this is the error in the shiny app
Warning in if (class(cytof_qc_report_dir) != "integer") { :
the condition has length > 1 and only the first element will be used
this is the warning in the R studio
All Iam trying to do is select a folder for the qc report that will be generated but I am not able to

Me too. How to solve it? vector?

Hi,
I think the authors already corrected this

if (class(cytof_qc_report_dir)[1] != "integer") {

I think you should reinstall the cytutils package from here.
If you need to update your own fork, follow this process https://github.com/KirstieJane/STEMMRoleModels/wiki/Syncing-your-fork-to-the-original-repository-via-the-browser which consists basically in making a PR from the original to your repo.
Best,
Samuel