Re: [Tutor] Script for Parsing string sequences from a file

2011-04-15 Thread Joel Goldstick
sorry, I hit send too soon on last message On Fri, Apr 15, 2011 at 8:54 AM, Joel Goldstick wrote: > > > On Fri, Apr 15, 2011 at 8:41 AM, Spyros Charonis wrote: > >> Hello, >> >> I'm doing a biomedical degree and am taking a course on bioinformatics. We >> were given a raw version of a public data

Re: [Tutor] Script for Parsing string sequences from a file

2011-04-15 Thread Joel Goldstick
On Fri, Apr 15, 2011 at 8:41 AM, Spyros Charonis wrote: > Hello, > > I'm doing a biomedical degree and am taking a course on bioinformatics. We > were given a raw version of a public database in a file (the file is in > simple ASCII) and need to extract only certain lines containing important > in

[Tutor] Script for Parsing string sequences from a file

2011-04-15 Thread Spyros Charonis
Hello, I'm doing a biomedical degree and am taking a course on bioinformatics. We were given a raw version of a public database in a file (the file is in simple ASCII) and need to extract only certain lines containing important information. I've made a script that does not work and I am having tro