To Calculate Solvent Accessibility With Wesa
1
0
Entering edit mode
12.0 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

protein python • 2.4k views
ADD COMMENT
1
Entering edit mode
12.0 years ago
Sheila ▴ 280

it is not a server error, the problem is you don't have Python module MultipartPostHandler. Try to install MultipartPostHandler from http://pypi.python.org/pypi/MultipartPostHandler/0.1.0#downloads (or try google)

ADD COMMENT
0
Entering edit mode

@sheila Thank you very much for your answer.It worked well.

ADD REPLY

Login before adding your answer.

Traffic: 3170 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6