Entering edit mode
12.6 years ago
tesni
▴
10
Hello all,
I would like to run WESA (http://pipe.scs.fsu.edu/wesa.html) in batch mode to calculate solvent accessibility of protein sequences. For this, I tried the following command on windows command prompt. I got the command from <http://pipe.scs.fsu.edu/PostHandler/WESA-PostHandler.htm.>
C:\Python27>python WESA-submit.py area ksha@gmail.com C:/seqs.fasta > $1.html
Traceback (most recent call last):
File "WESA-submit.py", line 4, in <module>
import MultipartPostHandler, urllib2, cookielib
ImportError: No module named MultipartPostHandler
I have already saved the WESA-submit.py, MultipartPostHandler.py scripts on Python27 directory. Any suggestions please
@sheila Thank you very much for your answer.It worked well.