You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use singularity to convert gating sets to workspace files to use on FlowJo. Here's the line of code I am using to do this:
singularity run -B ./gs_manual:/gs -B ./LLFS_wsp:/out docker://rglab/gs-to-flowjo:devel --cytolib-version --src=/gs --dest=/out/test.wsp
This code runs without any error but does not produce any output wsp files. I realized that gs_manual is not getting recognized as a directory with the .gs, .h5 and .pb files. When I tried to list the files in the gs folder on the singularity shell, I do not get any output:
ramas063@cn2001 [/panfs/roc/groups/15/thyagara/ramas063] % singularity shell ./gs-to-flowjo_devel.sif -B ./gs_manual:/gs -B ./HRS_wsp:/out
Singularity> ls /gs
Singularity> ls /out
When I try to list files for the ./gs_manual directory instead of the referenced gs folder in the shell command, I still have the three files:
Singularity> ls ./gs_manual
20210127_LLFS_SAMPLES_HB_Group1_23920440_007.fcs.h5 20210127_LLFS_SAMPLES_HB_Group1_23920440_007.fcs.pb 3da10de7-5948-460f-808a-f738bb0a72db.gs
When I tried load_gs:
> load_gs("./gs_manual")
A GatingSet with 1 samples
Please let me know if you have any ideas about solving this issue. Thanks so much!
I just realized that the images are being maintained here. The singularity execution works now with this new image.
However, it would be useful if this was updated in the Cytoverse documentation. This page still refers to the docker image on the RGLab docker Hub page.
Hi,
I am trying to use singularity to convert gating sets to workspace files to use on FlowJo. Here's the line of code I am using to do this:
This code runs without any error but does not produce any output wsp files. I realized that
gs_manual
is not getting recognized as a directory with the.gs
,.h5
and.pb
files. When I tried to list the files in thegs
folder on the singularity shell, I do not get any output:When I try to list files for the
./gs_manual
directory instead of the referencedgs
folder in the shell command, I still have the three files:When I tried load_gs:
Please let me know if you have any ideas about solving this issue. Thanks so much!
My R sessionInfo() is below:
#108
The text was updated successfully, but these errors were encountered: