Re: [Tutor] sorting and editing large data files

2004-12-16 Thread Danny Yoo
On Thu, 16 Dec 2004, Scott Melnyk wrote: > I recently suffered a loss of programming files (and I had been > putting off my backups...) Hi Scott, [Side note that's not really related to Python: if you don't use a version control system to manage your software yet, please learn to use one. The

Re: [Tutor] sorting and editing large data files

2004-12-16 Thread Rich Krauter
Scott Melnyk wrote: Hello! I recently suffered a loss of programming files (and I had been putting off my backups...) [snip] #regular expression to pull out gene, transcript and exon ids info=re.compile('^(ENSG\d+\.\d).+(ENST\d+\.\d).+(ENSE\d+\.\d)+') #above is match gene, transcript, then one or m

[Tutor] sorting and editing large data files

2004-12-16 Thread Scott Melnyk
Hello! I recently suffered a loss of programming files (and I had been putting off my backups...) The project I am working on involved the use of programs which I had been assisted with by some of the group. I am rewritten the programs however my results are not what I expected. I would appreci