[BioPython] IOError: [Errno 2] No such file or directory:
Hossein Shahsavari
shahs at MIT.EDU
Sun Mar 4 16:57:34 UTC 2007
Hi
Thanks for your guidances. The problem was the tilde ('~') which I replaced by
the correct path and now it works. I have another maybe simple question:
I have 26 files namely output1, output2,...,output26. I can read them
one by one
but how can read them all by an easier way like a loop ? I put a "for loop" by
setting
i=1
for i in range(1,27)
template='outputi'
however, I got the same error as above IOError: [Errno 2] No such file or
directory: 'outputi'. It seems "i" can't be attached to the output.
Thanks alot
Hossein
More information about the Biopython
mailing list