Hi,
I am currently trying to run Phobius (http://phobius.sbc.su.se/data.html) in LInux to predict signal peptides in some proteins. I am not sure if anyone has run this recently, but please help me if you have!
After typing in the absolute path to the directory in phobius.pl:
my $PHOBIUS_DIR = "/full/path/to/phobius";
In that directory, I typed in the command below. test.fasta
exists in the same folder. Then, it returns
perl phobius.pl -short test.fasta
Phobius ver 1.01
(c) 2004 Lukas Kall, Anders Krogh, Erik Sonnhammer
SEQENCE ID TM SP PREDICTION
Could not read provided fasta sequence at phobius.pl line 408.
Test.fasta
looks like just usual a fasta file with >seq1 \n sequences
I met the same problem, any solution so far?
In my case, Duan's solution worked for me. I copied decodeanhmm.Linux_i686 from tmhmm-2.0c/bin to the Phobius folder as decodeanhmm.
You shouldn't need to alter the line:
The FindBin module function is to locates the full path to the script bin directory, to allow the use of paths relative to the bin directory, so there should be no need to hard-code paths into the script.