I installed the latest version of GeneMark-ESETEP,but when I run bash check_install.bash,I get the following error:
Checking GeneMark-ES installation
Checking Perl setup
All required Perl modules were found
Checking GeneMark.hmm setup
GeneMark.hmm was found
GeneMark.hmm is set
Error, unexpected condition was detected
I checked the script, and found the following code:
message=$($dir/gmhmme3 -v)
if [[ $message != "gmhmme3 : error, sequence file's name is not provided" ]]
then
echo "Error, unexpected condition was detected"
exit 1
I think there may be something wrong with gmhmme3,so I test gmhmme3 according to the README.md. It works normally. Here is the compared outputs
Hi,
I installed the latest version of GeneMark-ESETEP,but when I run
bash check_install.bash
,I get the following error: Checking GeneMark-ES installation Checking Perl setup All required Perl modules were found Checking GeneMark.hmm setup GeneMark.hmm was found GeneMark.hmm is set Error, unexpected condition was detectedI checked the script, and found the following code: message=$($dir/gmhmme3 -v) if [[ $message != "gmhmme3 : error, sequence file's name is not provided" ]] then echo "Error, unexpected condition was detected" exit 1
I think there may be something wrong with gmhmme3,so I test gmhmme3 according to the README.md. It works normally. Here is the compared outputs
The resulting
genemark.gff3
file in thetest
folder do not seem to be completely match the contents of thegenemark.gff3
in theoutput
folder.Now I don't know what to do. could you please give me some suggestions? Thank you very much for your time.