This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# atom2svg.py by @biochem_fan | |
# VERSION: 210224 | |
# License: GPLv2 or later (ask me if this is inconvenient for you) | |
# | |
# LIMITATIONS: | |
# - This supports only a single chain. If you have more chains, shift residue IDs and merge chains. | |
# | |
# TODO: | |
# - Residue numbers (how to pack??) | |
# |