Skip to content

Releases: GarmanGroup/RABDAM

Version 2.0

01 Mar 00:44
d51ca18
Compare
Choose a tag to compare

RABDAM version 2:

  • Calculates Bnet-percentile values.
  • Introduces the filter flag to allow users to check their input models meet the requirements for Bnet and Bnet-percentile calculation set out in Shelley & Garman, 2022.
  • Switches over from using PDBCUR to using cctbx to generate a copy of the unit cell. Due to small rounding differences in the xyz coordinates output by the two programs, occasionally this affects the BDamage packing density calculation, and so for some models there are slight differences in the Bnet values output from RABDAM version 2 as compared to RABDAM version 1.

Adds zenodo doi

31 Jan 19:26
Compare
Choose a tag to compare

Adds zenodo doi as required for Nat Comms publication; no changes to the code itself.

Release v1.6.4

28 Sep 17:52
Compare
Choose a tag to compare

Updates setup.py and requirements.txt to list minimum package requirements to ensure RABDAM runs as expected.

Release v1.6.3

13 Jun 09:35
Compare
Choose a tag to compare

Updates Bnet calculation to use scipy rather than seaborn when calculating the kernel density estimate

Release v1.6.2

02 Feb 12:40
Compare
Choose a tag to compare

Updates previous release to fix imports so that RABDAM can be run as a package in Python 3 as well as Python 2.

Release v1.6.1

03 Dec 16:55
Compare
Choose a tag to compare

Several changes to the program workflow, including:

  • By default now parses mmCIF instead of PDB files (although PDB parsing function is retained)
  • Removes the BDB accession code check (since goes out of date very quickly)
  • Improved atom filtering
  • Updates the web addresses from which mmCIF/PDB files are downloaded
  • Includes unit tests (FYI test_bnet_calculation needs to be run on your local machine since requires PDBCUR (not available in circleci))

Release v1.5.1

21 Oct 17:09
Compare
Choose a tag to compare

Updates list of PDB accession codes deposited with full isotropic B-factor values as calculated by the B-factor Data Bank (BDB)

Release v1.4.1

25 Sep 11:26
Compare
Choose a tag to compare

Updates list of PDB accession codes deposited with full isotropic B-factor values as calculated by the B-factor Data Bank (BDB)

Release v1.3.1

08 Jul 20:25
Compare
Choose a tag to compare

Updates package version number (I accidentally forgot to do this in the previous release (v1.3.0))

Release v1.3.0

25 Jun 19:20
Compare
Choose a tag to compare
  • Increases speed of unit cell 3x3x3 translation (now runs to completion on the ribosome in approx. 20 mins on my laptop, previously the calculation took hours and consumed all available RAM)
  • Updates list of BDB codes
  • Fixes bug in output PDB file (previously chains were not separated by TER cards)