AssertionError: Failed to generate surface file
0
0
Entering edit mode
7.0 years ago
underoath006 ▴ 10

I get msms.exe has stopped working from windows, and "AssertionError: Failed to generate surface file using command:msms -probe_radius 1.5 -" in python console.

I tried it with a different pdb, same result.

from Bio.PDB import PDBParser, ResidueDepth

p = PDBParser()
s = p.get_structure("X", '1crn.pdb')
model = s[0]

rd = ResidueDepth(model, '1crn.pdb')
print(rd[(chain_id, res_id)])
msms biopython • 2.8k views
ADD COMMENT
0
Entering edit mode

I'm stuck here, any help would be highly appreciated!

ADD REPLY
0
Entering edit mode

It's not clear what are you trying to do. A little bit of explanation of your problem background and context would attract better response.

ADD REPLY
0
Entering edit mode

I want to measure residue depth using biopython and MSMS.

ADD REPLY
0
Entering edit mode

What happens if you run msms on your XYZR file directly?

ADD REPLY
0
Entering edit mode

runs fine, it's a bug with biopython! https://github.com/biopython/biopython/issues/1140 I would appreciate though if you tell me how to install msms on ubuntu, I need to run my analysis!

ADD REPLY
0
Entering edit mode

You can download MGLTools here: http://mgltools.scripps.edu/downloads There's a GUI installer you can use for Linux.

ADD REPLY
0
Entering edit mode

not interested in the gui, I just want msms, there are amny linux/unix versions, I need to know which one to download, and how to install it

ADD REPLY
0
Entering edit mode

It depends on your system. It's very likely that this will work: Go to the page I referenced, scroll down to "MSMS 2.6.1 - Current Release" and download the one called "Unix/Linux i86". Run "tar xf msms_i86Linux2_2.6.1.tar.gz", cd to the directory and run "./msms.x86_64Linux2.2.6.1.staticgcc"

ADD REPLY

Login before adding your answer.

Traffic: 2601 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