[Tutor] Phyton script for fasta file (seek help)

2013-04-04 Thread michelle_low
Hi everyone, Can someone please help me with the following phyton script? I received the error message DeprecationWarning: the sets module is deprecated from sets import Set. After googling, I have tried the methods others suggest: change sets to set or delete the from sets import Set

[Tutor] Phyton script for fasta file (seek help)

2013-03-24 Thread michelle_low
Hi everyone, Can someone please help me with the following phyton script? I received the error message DeprecationWarning: the sets module is deprecated from sets import Set. After googling, I have tried the methods others suggest: change sets to set or delete the from sets import Se