You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For large genome files, running 'build_lmer_table' fails with this error message :
'Unable to allocate bytes for the sequence'
On line 28 of the 'build_lmer_table.c' file : replace 'int' by 'unsigned long'.
make clean ; make ; make install