-
- Downloads
SCHWED-2440: use "peptide" flag to filter chains in mol.alg.Superpose.
This changes behaviors in MatchResidueByLocalAln and MatchResidueByGlobalAln ( or Superpose with match = local-aln or global-aln) which previously failed for non-"protein" chains (i.e. anything w/o peptide bonds). Now, amino acid chains without peptide bonds (e.g. CA-only) are acceptable and other chains (e.g. ligands / water) are skipped correctly.
Showing
- modules/mol/alg/pymod/superpose.py 8 additions, 8 deletionsmodules/mol/alg/pymod/superpose.py
- modules/mol/alg/tests/test_convenient_superpose.py 32 additions, 1 deletionmodules/mol/alg/tests/test_convenient_superpose.py
- modules/mol/alg/tests/testfiles/5tglA.pdb 310 additions, 0 deletionsmodules/mol/alg/tests/testfiles/5tglA.pdb
- modules/mol/alg/tests/testfiles/5tglA_modified.pdb 277 additions, 0 deletionsmodules/mol/alg/tests/testfiles/5tglA_modified.pdb
modules/mol/alg/tests/testfiles/5tglA.pdb
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment