Augustus icon indicating copy to clipboard operation
Augustus copied to clipboard

Only make prediction for UTR training?

Open liufuyan2016 opened this issue 4 years ago • 0 comments

Dear, I use AUGUTUS for gene prediction. I found when I want to use UTR training for prediction, the running is very lower and redundant. I check the code and find the reason below:

autoAug_noninteractive("",""); # without hints autoAug_noninteractive("1","") if ($havehints); # with hints if ($utr && defined($hints)){ autoTrain_with_utr(); autoAug_noninteractive("1","1"); }

I want to know the autoAug_noninteractive("","") and autoAug_noninteractive("1","") if ($havehints); is necessary?Thank you !

liufuyan2016 avatar Apr 07 '20 01:04 liufuyan2016