Open arslan9732 opened 5 months ago
Ah, do you have a single chromosome that is longer than $2^{31}-1$ i.e. 2147483647?
If so, this number is unfortunately a limitation of our current implementation.
@arslan9732 As a work around and only for the sake of fine tuning, you could split or truncate any chromosomes longer than the above numbers, but run the final inference (once you have the tuned model) on the original full-length sequences.
I am trying to run fine_tuning for a new plant. But during the conversion of the gff3 output by HelixerPost to Helixer's training data format I got this error:
Here is the command that I used: