Ante Turudic
Ante Turudic
I debugged problem and it seems that execution hangs in function Move_RateMult_Slider() (proposal.c), in while loop in line 14616 (git version): https://github.com/NBISweden/MrBayes/blob/develop/src/proposal.c#L14616 Variables min and max contain the same value...
I had similar issue, and solution was to 'clean' input file by removing sequences shorter than kmer size.
> > I had similar issue, and solution was to 'clean' input file by removing sequences shorter than kmer size. > > How to produce "clean" input? Just remove sequences...
> > > > I had similar issue, and solution was to 'clean' input file by removing sequences shorter than kmer size. > > > > > > > >...