Python Tool To Assign Secondary Structure Elements To A 3D/Pdb Structure
0
0
Entering edit mode
10.3 years ago
dimkal ▴ 730

Does anybody know if there's an a python alternative to STRIDE or DSSP for assigning secondary structure elements to protein structures?

Thanks,

Dima

pdb python • 5.2k views
ADD COMMENT
4
Entering edit mode

Why Python? There are lots of protein secondary structure tools available. Performance-wise, lots of them are pretty similar. STRIDE/DSSP are both well-established, widely-used, easy to parse and easy to call from other languages, including Python.

ADD REPLY
0
Entering edit mode

there are a bunch of reasons why python can be preferred over c/fortran -- easier to redistribute, easier to read, modify, extend, no need to deal with compilers.

-d

ADD REPLY
1
Entering edit mode

Yes, but do those reasons justify writing code when perfectly reasonable solutions already exist? What do you care about more: language aesthetics or getting the job done?

ADD REPLY
0
Entering edit mode

at the moment i care about the code's readability and ease of use. python, is preferred language. Perhaps the answer to my question is that no alternatives exist since the original codes works so well. That's perfectly acceptable. I'm having hard time to believe that nobody implemented any of the two methods in python.

ADD REPLY

Login before adding your answer.

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