基于质子互变异构的柔性poisson-boltzmann pka计算的python模块

pypka的Python项目详细描述


[![github版本](https://badge.fury.io/gh/mms-fcul%2Fpypka.svg)](https://badge.fury.io/gh/mms-fcul%2Fpypka)[![圆圈](https://circleci.com/gh/mms-fcul/PypKa.svg?style=svg)](https://circleci.com/gh/mms-fcul/PypKa)[![密码徽章](https://api.codacy.com/project/badge/Coverage/77db3bc226c94625acd3cea0e14c23ad)](https://www.codacy.com/app/pedrishi/PypKa?utm_source=github.com&utm_medium=referral&utm_content=mms-fcul/PypKa&utm_campaign=Badge_Coverage)[![密码徽章](https://api.codacy.com/project/badge/Grade/77db3bc226c94625acd3cea0e14c23ad)](https://www.codacy.com/app/pedrishi/PypKa?utm_source=github.com&utm_medium=referral&utm_content=mms-fcul/PypKa&utm_campaign=Badge_Grade)[![文档状态](https://readthedocs.org/projects/pypka/badge/?version=latest)](https://pypka.readthedocs.io/en/latest/?徽章=最新)

#PYPKA

< P>一个Python模块用于质子-互变异构的Poisson玻尔兹曼计算

#依赖关系

  • delphi4py #1.0.0
  • libgfortran4
  • gawk
  • pytest
  • numpy

#许可证

pypka is distributed under a LGPL-3.0, however delphi4py depends on DelPhi which is proprietary. To use DelPhi the user is required to download the DelPhi license [here](https://honiglab.c2b2.columbia.edu/software/cgi-bin/software.pl?input=DelPhi)

#文档

Documentation can be found [here](https://pypka.readthedocs.io/en/latest/). (Under development)

#安装

pip install pypka

apt install gawk gcc gfortran libgfortran4

#联系人

Please submit a github issue to report bugs and to request new features. Alternatively you may find the developer [here](mailto:pdreis@fc.ul.pt). Please visit ou [website](http://mms.rd.ciencias.ulisboa.pt/) for more information.

#更改日志

v0.4
  • API开发
  • 代码级文档改进
  • 文档wiki开发与教程
  • 测试套件实现
v0.3
  • 与Delphi4py集成
  • 与PDB2PQR集成
  • 附加测试
v0.2
  • delphi现在被分为两个python模块,由delphit.py导入
  • 输入参数在delphit.py中定义
  • 用于读取输入文件的Delphi例程捆绑在Delphi1_模块中
  • Delphi1_模块返回Delphi的内部数据结构
  • Delphi2_模块不执行任何I/O
  • Delphi2_模块返回溶剂化能和势能图
  • py计算内部pka和相互作用能
  • py支持多处理和纳米形状的使用
  • Delphit.py支持膜系统
  • Delphit.py支持双精度/单精度
v0.1
  • 从Delphi 5.0迁移到Delphi 5.1 u补丁
  • Delphit呼叫Delphit.py
  • delphit.py调用delphi 5.1_patched
  • 增加了基准流程和小型测试集
原始版本
  • Delphit直接调用Delphi5.0

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
junit cucumber为什么会找到“runTest.java”来运行测试?   在Eclipse中找不到java KeyPairGenerator   java NotSerializableException即使在实现Serializable之后   noclassdeffounderror(java字符串连接)为什么会出现这种异常?   java Guice:将接口绑定到由动态代理创建的实例   使用Spring数据neo4j创建空间索引时发生java错误   java对于需要在50多个excel文件上运行并且每个文件平均包含25k行的项目,最佳的方法是什么   javaNIO中的java缓冲区写入/发送消息问题   如何在Java/eclipse中添加不调用super()的警告   JavaSpring:mvcUrl映射错误的id   java应该在getInstance或构造函数中使用Init方法吗?   安卓中的java空指针异常错误   java Jsoup不能完全获取原始html代码