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

Can not find required 'nhmmer' #44

Open
Lcornet opened this issue Sep 5, 2020 · 1 comment
Open

Can not find required 'nhmmer' #44

Lcornet opened this issue Sep 5, 2020 · 1 comment

Comments

@Lcornet
Copy link

Lcornet commented Sep 5, 2020

Hello,

I would like to install barrnap in a singularity container but I have the following issue :

./barrnap --quiet examples/small.fna
[barrnap] ERROR: Can not find required 'nhmmer' in PATH

But nhmmer is in the path :
Singularity centos8.img:/opt/barrnap/bin> nhmmer -h
nhmmer :: search a DNA model, alignment, or sequence against a DNA database
HMMER 3.3.1 (Jul 2020); http://hmmer.org/

Could you help me to understand the problem, please ?

Singularity centos8.img:/opt/barrnap/bin> ./barrnap
[barrnap] This is barrnap 0.9
[barrnap] Written by Torsten Seemann
[barrnap] Obtained from https://github.com/tseemann/barrnap
[barrnap] Detected operating system: linux
[barrnap] Adding /opt/barrnap/bin/../binaries/linux to end of PATH
[barrnap] Checking for dependencies:
[barrnap] ERROR: Can not find required 'nhmmer' in PATH

Singularity centos8.img:/opt/barrnap/bin> ls ../binaries/linux/
nhmmer

@jamiemcg
Copy link

jamiemcg commented Sep 19, 2020

@Lcornet I also ran into this issue when installing barrnap in a singularity container.

By default, Centos does not include the which command. Without it barrnap cannot find the nhmmer or bedtools dependencies. For me, making sure which was installed fixed any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants