|
From: Adam P. <aph...@gm...> - 2013-04-30 14:56:34
|
Thanks Edans, I've checked in a change switches s+ to s* for both the 3 and
4-column mummer formats.
-Adam
On Fri, Mar 22, 2013 at 11:15 PM, Edans Sandes <eda...@gm...>wrote:
> 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
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> _______________________________________________
> MUMmer-help mailing list
> MUM...@li...
> https://lists.sourceforge.net/lists/listinfo/mummer-help
>
|