From: Steve F. <sfi...@pc...> - 2004-05-17 21:55:55
|
Thanks Fidel. Do you have a suggested patch? steve Fidel Salas wrote: >There is a bug in the parser that only becomes expressed if the DNA >sequence goes over 99999999 nucleotides. An error gets output like this: >ERR LINE=2575409 unparsed line 100000021 cggggcgggg agactaggag aaagctgcca gaggctgctg gcaagagata tccactggtt > >The error happens because the parser assumes that there will be spaces >before the number indicating the nucleotide number. That is the case >until the number of nucleotides goes over the threshold value >indicated above. > >Fidel > > > >------------------------------------------------------- >This SF.Net email is sponsored by: SourceForge.net Broadband >Sign-up now for SourceForge Broadband and get the fastest >6.0/768 connection for only $19.95/mo for the first 3 months! >http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click >_______________________________________________ >Gusdev-gusdev mailing list >Gus...@li... >https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > > |