Releases: tzok/eltetrado
Releases · tzok/eltetrado
1.5.0
1.4.4
Full Changelog: 1.4.3...1.4.4
1.4.1
Full Changelog: 1.4.0...1.4.1
1.4.0
- Use an external base-pair annotator, no longer rely on commercial software
- Show loop progression in addition to Webba da Silva's classification
- Make 3D structure parsing more sophisticated and robust
- Lots of improvements and bugfixes
Full Changelog: 1.3.0...1.4.0
1.3.4
Full Changelog: 1.3.3...1.3.4
1.3.2
Full Changelog: 1.3.0...1.3.2
1.3.0
What's Changed
- Replace BioPython with mmcif-pdbx and with own PDB parser. BioPython does not handle all mmCIF files from PDBe correctly. It stops at missing data which is not actually required by ElTetrado, so the decision was to drop it and use plain mmCIF parser
- Fix the algorithm to find the inner- and outermost atom for modified residues (e.g. 4SU)
- Code refactoring. The JSON output is now generated not in a "raw" manner, but through a DTO object generation and serialization. The JSON format changed a little to bit to accommodate that
- Minor bugfixes
Full Changelog: 1.2.0...1.3.0