# Issue with MetaWIBELE docker

**URL:** https://forum.biobakery.org/t/issue-with-metawibele-docker/4063
**Category:** MetaWIBELE
**Created:** [September 10, 2022, 7:59pm UTC](https://forum.biobakery.org/t/issue-with-metawibele-docker/4063 "2022-09-10T19:59:39Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![meenachakra](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.biobakery.org/meenachakra/32/957_2.png) [@meenachakra](https://forum.biobakery.org/u/meenachakra)
#### Post date: [September 10, 2022, 7:59pm UTC](https://forum.biobakery.org/t/issue-with-metawibele-docker/4063/1 "2022-09-10T19:59:39Z")

</div>

Hi, thank you so much for the tool. Our compute cluster doesn’t support docker so we converted the docker image to a singularity image. As per the instructions, we installed the separate software (MSPminer, Interproscan, etc.) outside the container and made sure all the relevant paths were in our $PATH. However, none of these softwares could be recognized within the container, e.g. this command didn’t recognize that MSPminer, Interoproscan, etc. were successfully installed:

`singularity run -B <path_to_where_tools_are_stored> --env PATH=$PATH <path_to_metaWIBELE_sandbox> metawibele_check_install`

Could you please help? Thank you!

---

<div class="post-metadata">

### Author: ![YancongZhang](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.biobakery.org/yancongzhang/32/1176_2.png) [@YancongZhang](https://forum.biobakery.org/u/YancongZhang)
#### Post date: [September 12, 2022, 4:37pm UTC](https://forum.biobakery.org/t/issue-with-metawibele-docker/4063/2 "2022-09-12T16:37:22Z")

</div>

Hi there,

First, did you check the executable files of MSPminer and Interproscan are on your host `$PATH`? If they are all set on the host environment, then you might try executing the tools in the container directly to see if there are any error messages for the tools, e.g. “`$ mspminer`”, “`$ interproscan.sh -version`”, which might determine if 1) they can’t be found or 2) they are not executable or 3) a different install error that we can then debug further.

Thanks!  
Yancong

---

<div class="post-metadata">

### Author: ![boryana](https://avatars.discourse-cdn.com/v4/letter/b/bb73d2/32.png) [@boryana](https://forum.biobakery.org/u/boryana)
#### Post date: [September 12, 2022, 5:59pm UTC](https://forum.biobakery.org/t/issue-with-metawibele-docker/4063/3 "2022-09-12T17:59:57Z")

</div>

I am working with meenachakra on this installation. Thank you so much for your quick reply. I tested $ mspminer and $ interproscan.sh -version outside of the container and it can find them without issue. Inside the container, I get errors like the following:

`FATAL: "interproscan.sh": executable file not found in $PATH`

So it seems like it is scenario 1) in that they can’t be found. Let me know what I can try next. Thank you!!

---

<div class="post-metadata">

### Author: ![YancongZhang](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.biobakery.org/yancongzhang/32/1176_2.png) [@YancongZhang](https://forum.biobakery.org/u/YancongZhang)
#### Post date: [September 12, 2022, 6:20pm UTC](https://forum.biobakery.org/t/issue-with-metawibele-docker/4063/4 "2022-09-12T18:20:02Z")

</div>

It looks like your host environment `$PTAH` including MSPminer and Interproscan might not be well passed to the singularity container. You may need to figure it out how to pass the host` $PATH` variable to the container, e.g. some discussion about this: [https://groups.google.com/a/lbl.gov/g/singularity/c/4uacpEamUCc](https://groups.google.com/a/lbl.gov/g/singularity/c/4uacpEamUCc) Hope it helps!

Best,  
Yancong
