Open hirnc opened 2 years ago
Hi @hirnc,
Did you run GeneMark in the --ES
mode (without proteins) and did that work fine? The error you are observing is usually caused by poor coverage of the supporting proteins (this can happen when there are too few input proteins or when they are too remote).
I noticed that you are not using GeneMark's --fungus
flag. Please try a run with this flag, it could also resolve the problem.
Sorry for the late reply, Tomas
Hello, I am trying to run
prothint.py
andgmes_petap.pl
in a fungus.The commands I ran were:
prothint.py finished successfully. Then
gmes_petap.pl
terminated with the following message:The last part of
gmes.log
is:It seems the error happens in Training_E_anchored_C() in
make_nt_freq_mat.pl
, when running CountFromFile() withrun/EP_C_1/stop_taa.seq
as the input.run/EP_C_1/stop_taa.seq
exists but is empty.stop_tag.seq
andstop_tga.seq
are also empty.What does empty
stop_*.seq
means, and how can I avoid this problem? Any suggestions are greatly appreciated!