evidence_modeler.pl --genome genome.fasta \
--weights ./weights.txt \
--gene_predictions gene_predictions.gff3 \
--protein_alignments protein_alignments.gff3 \
> evm.out
cp evm.out evm.out.orig
/opt/biosoft/EVidenceModeler-1.1.1/EvmUtils/EVM_to_GFF3.pl evm.out.orig Mala01 > evm.out.gff3
gff3_clear.pl --prefix evm evm.out.gff3 > evm.gff3