[Biopython] Error with DSSP module

Peter Cock p.j.a.cock at googlemail.com
Tue Apr 13 09:57:36 EDT 2021


Which version of DSSP are you using? See:

https://github.com/biopython/biopython/issues/3433

Peter

On Tue, Apr 13, 2021 at 2:51 PM Hrishikesh Dhondge <hbdhondge at gmail.com> wrote:
>
> Hello everyone,
> I'm facing a problem with the DSSP module in Biopython. I am trying to compute solvent accessible surface area from the PDB file.
> I used the same block of code as given in the biopython wiki:
>
> https://biopython.org/docs/1.78/api/Bio.PDB.DSSP.html?highlight=dssp#module-Bio.PDB.DSSP
>
> But after running it returns nothing and gives the following error:
>
> a_key = list(dssp.keys())[2]
> IndexError: list index out of range
>
> Any suggestions would be appreciated. Thanks in advance!
>
> --
> With regards
> Hrishikesh Dhondge
>
> _______________________________________________
> Biopython mailing list  -  Biopython at biopython.org
> https://mailman.open-bio.org/mailman/listinfo/biopython


More information about the Biopython mailing list