-
Notifications
You must be signed in to change notification settings - Fork 18
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
Prebuilt binaries for Linux #14
Comments
Docker works for me, but instructions to run on
However, when I try and run with my actual data, get an R related error:
|
@chris-rands I'm not familiar with |
@mcfefa I considered making a prebuilt binary, but I'm not sure how it would link in with R for some of the downstream processes. What issues do you have compiling? |
@mcfefa @chris-rands I have package |
Good day! I have been trying to run the package using Then I run the singularity command for the .sif container It starts running with no issues. However, when reaching one of the steps, it stops
What do you think the problem is? The dir is there but somehow it does not recognise it. I have tried:
and also have not worked. I have use the I do not know what else to do. We are only allowed to use Thanks for the help |
I have no experience with |
Unfortunately, that does not seem to be the problem. I own the dir created in |
What about using the same directory as the |
Finally, I found a way to make it work. I bound the PATH for the singularity container and now it finds the TMP dir. One quick question. The file containing labels (e.g. cell type, sample, etc.) can only contain one piece of metadata? or can I add several columns with different info? if so, how should I name each column? I have checked the options for Thanks in advance |
@ccruizm You would have one file for each metadata under the label column, putting that specific file in as the labels to color. The format is |
@GregorySchwartz Dear Gregory Schwartz, Thank u for giving us such a great tool kit. |
@DiracZhu1998 Have you tried Singularity? I have had no issues using Singularity with the Docker image, and that should not require sudo (and, unlike nix, is usually installed on HPCs). |
Hi @GregorySchwartz, I am trying to run
too-many-cells
on a linux cluster where I don't have sudo access and docker is not a viable installation options. Can I use prebuilt linux binaries oftoo-many-cells
? I have not been able to use the docker approach or compile withstack
on my OSX laptop either.The text was updated successfully, but these errors were encountered: