Re: basic doubt

2010-06-17 Thread Cameron Simpson
On 17Jun2010 05:11, Gabriel Genellina wrote: | En Thu, 17 Jun 2010 02:06:54 -0300, madhuri vio | escribió: | | >def h(self,event): | >handle = open("myco.fasta","r") | >for seq_record in SeqIO.parse(handle, "fasta"): | > messenger_rna = coding_myco.fasta.transcribe() | >

Re: basic doubt

2010-06-17 Thread Gabriel Genellina
En Thu, 17 Jun 2010 02:06:54 -0300, madhuri vio escribió: def h(self,event): handle = open("myco.fasta","r") for seq_record in SeqIO.parse(handle, "fasta"): messenger_rna = coding_myco.fasta.transcribe() han1 = open("mycorna.fasta","wU") han1.close()

Re: basic doubt

2010-06-16 Thread Michael Torrie
On 06/16/2010 11:06 PM, madhuri vio wrote: > def h(self,event): > handle = open("myco.fasta","r") > for seq_record in SeqIO.parse(handle, "fasta"): > messenger_rna = coding_myco.fasta.transcribe() > han1 = open("mycorna.fasta","wU") > han1.close() > retur