Metadata-Version: 2.1
Name: discretizer
Version: 1.1.0
Summary: Tool for transformation of protein tunnels represented by spheres to a sequence of disks
Home-page: https://github.com/loschmidt/discretizer
Author: Jan Plhak
Author-email: 408420@mail.muni.cz
License: UNKNOWN
Description: # Tunnel discretizer
        Tunnel discretization tool used to transform tunnel in protein molecule
        leading to active site of it to a sequence of disks that enclose the tunnel and
        are not consequently distant by more than `delta`.
        
        ## Usage
        Generally used as `python discretizer.py -f tunnel.pdb --delta 0.3`. For
        more details see `python discretizer.py --help`.
        
        ## Install
        This project uses some external libraries. These will be initialized and
        build using command `make setup`.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Description-Content-Type: text/markdown
