singularity command to run EAGER-GUI fails
2
0
Entering edit mode
6.6 years ago

Hi,

I'm trying to install EAGER (instructions here: http://eager.readthedocs.io/en/latest/contents/installation.html) on Ubuntu 16.04. After organizing the raw data in one directory and the .img file in another, I run the following command:

singularity exec -B /home/zooarch/RAW:/data /home/zooarch/EAGER_grapes/apeltzer-EAGER-GUI-master.img eager

and received the following error:

/.singularity.d/actions/exec: line 8: exec: Eager: not found

Any ideas? I'm new to Linux, so I guess it's something un-intelligent I'm doing...

Thanks, -nimrod

software error • 1.8k views
ADD COMMENT
0
Entering edit mode
6.6 years ago
sayerskt ▴ 10

I wasn't able to figure out the issue. It appears to be a really poorly done image. The deprecated Docker image seems to actually have eagercli unlike this Singularity image.

If you are using the newest Singularity you can try the steps below to pull the Docker Hub image and convert it to Singularity. The image will be named eager.img by default.

singularity pull docker://apeltzer/eager

If you then execute singularity exec eager.img eagercli you should get an actual EAGER error.

Note: They do say the Docker one is no longer supported.

ADD COMMENT
0
Entering edit mode
6.2 years ago
apeltzer ▴ 150

We had some issues with EAGER in Singularity that had a missing eagercli - these have been fixed for a while. Opening a GitHub Issue would have helped me to spot that earlier on, since we're using a dedicated installation at our facilities without Singularity as a container solution.

You should be able to download via Singularity without the docker intermediate step and things should work. Again: Always ask authors on GitHub via a Issue ticket - not everyone has a Biostars account, checks back here frequently and can help you out.

ADD COMMENT

Login before adding your answer.

Traffic: 2330 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6