ShintaroMinami / PyDSSP

A simplified implementation of DSSP algorithm for PyTorch and NumPy
MIT License
68 stars 9 forks source link

Calculating sheets #3

Open ahof1704 opened 8 months ago

ahof1704 commented 8 months ago

Hi,

Thank you for the great tool! I have managed to run pydssp and the output shows me where the helices and strands are such as shown below: --EE--HHHHHHHHHHHHHHHHHH------HHHHHHHHHHHHHHHH----EEE-----------EEEE------EEEE-----

I was wondering if there is a way to use pydssp to also obtain information on how these strands are forming sheets. It could as simple as how many sheets are being formed.

Thanks in advance!