Closed pavlohrab closed 4 years ago
Resolved. The problem was in Genbank File.
The problem is still here... Precision mode works just fine.
Hello, From your e-mail it appears the error is in the addss.pl part of HHPred. Specifically, it appears that the error occurs during parsing of the HHPaths.pm file. Can you make sure that the file contains no formatting errors? The file should be in the same folder as the addss.pl script.
Hi,
I am relatively new to github, so I have reopened and changed the issue (maybe opening another instead was the better option...). Missing addss.pl file issue was initially fixed simple by adding HHPaths.pm to @INC for perl. The new issue is for missing analysis files.
The problem is that file .....RRE_expalign_ss.a3m
really do not exist in the folder, so it cannot be oppened. Only ...RRE_expalign.a3m
file is there. (see the issue code above)
And so, there is no ..._RRE.hhr
file, only RRE_expalign.hhr
one.
Hello, From your e-mail it appears the error is in the addss.pl part of HHPred. Specifically, it appears that the error occurs during parsing of the HHPaths.pm file. Can you make sure that the file contains no formatting errors? The file should be in the same folder as the addss.pl script.
Resolved. The easiest fix is to install hhsuite from anaconda to the same environment where you have rrefinder. No changes in HHPaths.pm required. Addss.pl is there and all is working , although this command isn't recognizable in a terminal.
Hi,
No worries, it's pretty new for me too.
Anyway, the fact that _RRE_expalign_ss.a3m
is missing but _RRE_expalign.a3m
is not indicates that the problem occurs during the addss.pl step.
Please try to run RRE.py with the highest verbosity setting. It should print the system command it uses to run addss.pl, and iirc also the exact error code it displays. Can you add the logfile? It is generated in the output folder.
The following error shows when running program in exploratory mode:
Can you help to solve it?