Everything is fine now, thanks to all for your time
--
http://mail.python.org/mailman/listinfo/python-list
You may also be interested in the biopython project:
http://www.biopython.org/
tom
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
#!/cbi/prg/python/current/bin/python
# -*- coding: iso-8859-1 -*-
import sys
import os
from progadn import *
...
for x in extseq:
f = open(x, "r")
seq=f.read()
f.close()
s=seq
def checkDNA(seq):
...
seq=checkDNA(seq)
print seq
You terminated the loop
<[EMAIL PROTECTED]> wrote:
> I am new to python and I am not in computer science. In fact I am a
biologist and I ma trying to learn python. So if someone can help me, I
will appreciate it.
> Thanks
>
>
> #!/cbi/prg/python/current/bin/python
> # -*- coding: iso-8859-1 -*-
> import sys
> import os
>
I am new to python and I am not in computer science. In fact I am a biologist
and I ma trying to learn python. So if someone can help me, I will appreciate
it.
Thanks
#!/cbi/prg/python/current/bin/python
# -*- coding: iso-8859-1 -*-
import sys
import os
from progadn import *
ab1seq = raw_input