rlabduke / reduce

Reduce - tool for adding and correcting hydrogens in PDB files
Other
113 stars 33 forks source link

Fix SIGUIJ output format #9

Closed sbstnk closed 3 years ago

sbstnk commented 5 years ago

The generated output for SIGUIJ records used blanks instead of "0" to represent 0 values. This does not match what any structure in the PDB does for these records and it causes problems with parsers such as the one found in BioPython.

Fixes: https://github.com/rlabduke/reduce/issues/4

russell-taylor commented 3 years ago

@sbstnk Thank you for the pull request. Sorry it took so long to merge.