This is a test version of Biostars. For the public version, visit https://www.biostars.org.
MAKER installation problem: External Programs

Please tell how to point the path to prerequisites. I tried to set the environment variable, but apparently did not cope with this (or what should I do here)

==============================================================================
STATUS MAKER v2.31.10
==============================================================================
PERL Dependencies:  VERIFIED
External Programs:  MISSING
          !  RepeatMasker
          !  BLAST
          !  Exonerate
maker

Can we assume you went through the installation docs of MAKER?

Which environmental variable did you set?

From instruction:

Add the location where you installed NCBI-BLAST to your PATH variable in .bash_profile (i.e. PATH="/usr/local/ncbi-blast:$PATH").


I did it this way

nano ~/.bash_profile
export PATH="$PATH:/home/.../ncbi-blast-2.9.0+-x64-linux/ncbi-blast-2.9.0+'"
source ~/.bash_profile

Is that bash_profile file loaded by default? For instance in my linux environment it's the .bashrc file that is loaded (and where I have to put stuff like this)

Doing it the way you describe might not ensure that the PATH variable is also available to MAKER.

The path to your blast is correct? Can you now just type blastp for instance on the commandline?

0 answers

No answers yet.

Log in to answer this question.