Re: Possible EU interpreter error
- Posted by Kat <KSMiTH at PELL.NET> Aug 23, 1999
- 511 views
----- Original Message ----- From: Robert Craig <rds at ATTCANADA.NET> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Monday, August 23, 1999 8:18 PM Subject: Re: Possible EU interpreter error <snip> > Obviously you are reading a lot of lines, or you > wouldn't be printing a '.' every 200 lines. I wonder > if you are encountering a huge line somewhere in > the file, i.e. a run of millions of characters before '\n' appears. But why would that matter? I thought sequence length was limited only by how much memory there was available to Eu, and since Eu can virtualize memory on the hd, with a 16gig hd one can store a 4gig sequence ( storing 4 bytes per atom ). Kat, wondering if she missed something again.