Biskit

Latest version: v3.0.1

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.9

See: https://github.com/graik/biskit/pull/2
- All dependencies to numpy.oldnumeric were removed (a stripped down version of numpy.oldnumeric is now integrated with Biskit -- This is only a stop-gap measure. Use the normal numpy in your own extensions and scripts.

**_2. Remove dependency on Scientific Python**_
See: https://github.com/graik/biskit/pull/2

PythonScientific (not to be mistaken with the more recent scipy) also suffers from dependency on numpy.oldnumeric. We only used Scientific.IO for PDB parsing. A (heavily) stripped down version of Scientific.IO is now integrated with Biskit. All references to the larger Scientific package were removed.

**_3. Updates wrappers for third-party software**_
- AmberTools 15:
- AmberCrdEntropist and others now use cpptraj instead of ptraj
- default paths were adapted to Amber 14

Several other wrappers were upgraded and tested to work with recent versions:
- Delphi v. 6
- SurfaceRacer upgraded to v. 5.0
- modified default mask to exclude both hydrogen and solvent atoms

The following wrappers were verified to work:
- Pymoler (pymol)
- TMAlign
- SurfaceRacer
- Amber-related (cpptraj, ambpdb, reduce) -- AmberEntropist, AmberParmBuilder, etc.
- Prosa2003
- Delphi

Wrappers for the following programs are known _not_ to work for recent versions:
- HMMer
- FoldX
- Intervor
- DSSP -- issue pending

The Biskit.Mod package (homology modelling) would need a major update to deal with recent ncbitools and related software. I won't find the time for this. Volunteers most welcome!

PVM and parallelization were not tested for this release. Please report if you encounter issues.

**_4. Deprecated modules**_
- Biskit.ChainCleaner and related modules for the pdb2xplor.py script -- ancient code, heavily using Scientific Python which cannot any longer be easily installed -- superseeded by PDBCleaner and derived modules in Biskit.Mod
- Biskit.ProsaII -- superseeded by Prosa2003

FoldX, Intervor, WhatIf, ICMCad will probably be deprecated as well but are still part of the package for reference.

**_5. Other changes**_
- improvements to test reporting (less clutter, timing for tests taking more than 0.5s)
- ProfileCollection.concat does not any longer drop profiles that are missing from a concatenation partner. The existing profile is instead expanded and filled with the registered default value.
- several bug fixes
- better cleanup of temporary files and folders (for tests and Executor)

Test Status

As mentioned above, I couldn't test all third-party software wrappers and haven't looked at parallelisation (PVM) modules, which should probably be re-visited and ported to a more recent infrastructure. That being said, all tests that do _not_ depend on external programs or pvm should pass:

`python Biskit/test.py -e exe pvm old`
returns:


SUMMARY:
=======

A total of 111 tests from 117 modules were run.
- 111 passed
- 0 failed


Code coverage by unit tests was at 61% in my recent test runs. However, these were not including PVM-related test cases and several third-party programs were not installed. The actual coverage should be closer to 75 or 80%.

Page 2 of 2

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.