|
From: Edans S. <eda...@gm...> - 2013-03-23 03:15:40
|
Problem:
> mummerplot -c -x '[0,62190000]' -y '[0,63300000]' -postscript chr5.mu
gnuplot 4.0 patchlevel 0
Reading mummer file chr5.mu (use mummer -c)
ERROR: Could not parse chr5.mu
10000348 8549105 32
To allow sequences greater than 10.000.000 MBP, please, change Line
575 of mummerplot.pl
FROM
if ( /^\s+(\S+)\s+(\d+)\s+(\d+)\s+(\d+)$/ ) {
TO
if ( /^\s*(\S+)\s+(\d+)\s+(\d+)\s+(\d+)$/ ) {
Regards.
Edans Sandes
|