-
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
Boolean NOT Gate Issue in FlowJo .wsp #120
Comments
I will look into it. |
This is what I got back from FlowJo: It seems like the “Not” gate saved in that workspace is lacking the reference gate coordinate information, which should look as follows:
|
Yeah, reference gate info is redundant therefore I didn't put there, which seems to be fine with FlowJo 10.7.1, what is your flowJo version? |
I'm using 10.7.1 on Mac. My collaborators use Windows and FlowJo 10.7.1, and saw the same issue with CytoML generated .wsp files. |
I attached a minimum reproducible example. This file was gated with openCyto, and the .wsp was generated with CytoML. I confirmed the attached .wsp has the same issue on my machine. |
I can reproducible with your file. Bu as I expected, the reference gate itself doesn't seem to be the cause since merely adding the reference gate doesn't fix the issue. I will have to further troubleshoot it. |
Hey @mikejiang, That fix works, thanks so much! Just fyi, I'm getting the warning that the docker image is built with cytolib 2.2.0 instead of 2.3.0, not sure if that was intentional. Thanks, Alex |
The version check warning is for precaution. Probably doesn't matter for now since cytolib 2.2 doesn't differ from 2.3 too much at this point. But if you pull |
Hi @gfinak and @mikejiang,
I'm using CytoML to export a FlowJo file from a gating set generated with openCyto. The gating set includes a few boolean NOT gates. When I open the .wsp file, the NOT gates are there, and have values in the Stats and Counts columns, like this:
However, as soon as I click on the gate to open the plot window, the stats display "-", like this:
And the plot window that comes up looks like this:
This hasn't happened when I drop the same file into a new FlowJo workspace and create a NOT gate from within the software. It only seems to happen with workspaces created with CytoML.
Please let me know if you have any insight into fixing this issue. I also reached out to FlowJo to see if they can diagnose what is up with the .wsp file, but I'm still waiting to hear back. I can also provide a .wsp file if necessary.
Best,
Alex
The text was updated successfully, but these errors were encountered: