This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Problem in DSSPParser and SecStrucPred classes in biojava packages.

I want to get Dssp file from pdb file. I have found few example doing this using DSSPParser and SecStrucPred classes.

https://github.com/biojava/biojava/blob/master/biojava-structure/src/test/java/org/biojava/nbio/structure/secstruc/TestDSSPParser.java

I looked into biojava packages but even in 4.1.0 I cant found them. In which package of biojava these classes are present?

secondary-structure-prediction biojava

2 answers

The DSSPParser class is very recent and has not been part of any stable release as of yet. You can get it from a SNAPSHOT download or by checking out the latest code from GitHub.

https://libraries.io/pypi/DSSPparser python api interface

Log in to answer this question.