I've been trying to export a gatingset to flowjo using Docker. I have pulled the latest image from: public.ecr.aws/x4k5d9i7/cytoverse/gs-to-wsp:latest.
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
And it hangs forever, without actually exporting the workspace.
Alternatively, I can successfully export to cytobank xml using:
gatingset_to_cytobank(gs = gs, outFile = "test_cytobank.xml") # this works fine
Any particular reason the gatingset_to_flowjo would hang? I am on a Macbook M1, hence the platform warning.
Hi,
I've been trying to export a gatingset to flowjo using Docker. I have pulled the latest image from: public.ecr.aws/x4k5d9i7/cytoverse/gs-to-wsp:latest.
If I try to export the example gs
I get the following:
And it hangs forever, without actually exporting the workspace.
Alternatively, I can successfully export to cytobank xml using:
Any particular reason the gatingset_to_flowjo would hang? I am on a Macbook M1, hence the platform warning.
Thanks