Skip to content
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

Singularity image: gwas-ssf: command not found #2 #44

Open
kauralasoo opened this issue Sep 11, 2024 · 1 comment
Open

Singularity image: gwas-ssf: command not found #2 #44

kauralasoo opened this issue Sep 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kauralasoo
Copy link

System information

RedHat Linux

Description of the Issue

I tried to install gwas sumstats tools using following the singularity instructions but was unsuccessful.

What is the path to the gwas-ssf tool within the Singularity image?

Error Message

bash: gwas-ssh: command not found

Command used and terminal output

singularity build gwas-sumstats-tools.sif docker://ebispot/gwas-sumstats-tools:latest
(base) [a72094@login2 ~]$ singularity shell gwas-sumstats-tools.sif
Singularity> gwas-ssf

First 10 Rows of the Input File

No response

Relevant files

No response

@kauralasoo kauralasoo added the bug Something isn't working label Sep 11, 2024
@jiyue1214 jiyue1214 self-assigned this Nov 5, 2024
@jiyue1214
Copy link
Collaborator

Hi @kauralasoo
Thank you for using the gwas-sumstats-tools and for reporting your issue.

It seems that the problem is due to differences in how Docker and Singularity handle the working directory. To proceed, try the following steps after entering the Singularity shell:

cd /application
python3 gwas_sumstats_tools/cli.py -h
python3 gwas_sumstats_tools/cli.py format -h

This should allow you to run the tools successfully.

We will work on improving the Docker image to make it more straightforward for use with Singularity in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants