-
Notifications
You must be signed in to change notification settings - Fork 14
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
After updating to CytoML_2.0.5, error in flowjo_to_gatingset if path is a data.frame #112
Comments
Thanks for pointing this out. I suspect the |
Right, |
In
flowjo_to_gatingset
, for some reason, I cannot use adata.frame
aspath
anymore.After some digging, it looks like
flowjo_to_gatingset
runs, path = suppressWarnings(normalizePath(path))
directly on thepath
, throwing anError in path.expand(path) : invalid 'path' argument
ifpath
is a data.frame.Is this only happening to me?
PS: I need to parse the FJ-wsp file always only one sample at a time. I used to be able to provide a data.frame with one row (just the sample of interest) and column names "sampleID" and "file" but that does not seem to work anymore.
Any help would be much appreciated.
EDIT:
The text was updated successfully, but these errors were encountered: